TcxSchedulerDateTimeHelper.TimeZoneInfo(Integer) Method
In This Article
Returns the TcxTimeZoneInformation record that contains details on the current time zone.
#Declaration
Delphi
class function TimeZoneInfo(AIndex: Integer): TcxTimeZoneInformation; virtual;
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Returns
Type |
---|
Tcx |
#Remarks
Use the TimeZoneInfo method to get information on the current time zone such as its name, bias, index, etc.
See Also