_OlkTimeZoneControl.SelectedTimeZoneIndex Property

Definition

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.

Applies to