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