Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDateTimeHelper.TimeZoneInfo(Integer) Method

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
TcxTimeZoneInformation

#Remarks

Use the TimeZoneInfo method to get information on the current time zone such as its name, bias, index, etc.

See Also