TimeZoneID Property (ExclusionPeriod)
In This Topic
The ID of the time zone to use for this Exclusion Period.
Syntax
'Declaration
Public Property TimeZoneID As String
public string TimeZoneID {get; set;}
public:
property String^ TimeZoneID {
String^ get();
void set ( String^ value);
}
See Also