_OlkTimeZoneControl.SelectedTimeZoneIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) that represents index into the TimeZones collection that determines the selected time zone. Read/write.
public:
property int SelectedTimeZoneIndex { int get(); void set(int value); };
public int SelectedTimeZoneIndex { get; set; }
Public Property SelectedTimeZoneIndex As Integer
Property Value
Remarks
SelectedTimeZoneIndex is 1-based, and a value of zero (0) means that no time zone has been selected.