PresenceState.TimeZoneAbbreviation 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.
Gets or sets the time zone abbreviation.
public:
property System::String ^ TimeZoneAbbreviation { System::String ^ get(); void set(System::String ^ value); };
public string TimeZoneAbbreviation { get; set; }
member this.TimeZoneAbbreviation : string with get, set
Public Property TimeZoneAbbreviation As String
Property Value
Exceptions
Thrown when the operation is invalid for the given state type.
Remarks
A 'null' value is returned if the the StateType is not AggregateState, AggregateEndpointState or EndpointState.