'Declaration <CanBeNullAttribute()> Public Property TimeZoneID As String
'Declaration
<CanBeNullAttribute()> Public Property TimeZoneID As String
[CanBeNull()] public string TimeZoneID {get; set;}
[CanBeNull()] public: property String^ TimeZoneID { String^ get(); void set ( String^ value); }
Use System.TimeZoneInfo.GetSystemTimeZones to get a list of time zones defined in Windows. The TimeZoneID should be set to System.TimeZoneInfo.StandardName.
ScheduleTrigger Class ScheduleTrigger Members