'Declaration <CanBeNullAttribute()> Public Property TimeZoneID As String
'Declaration
<CanBeNullAttribute()> Public Property TimeZoneID As String
[CanBeNull()] public string TimeZoneID {get; set;}
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