PresenceState.TimeZoneAbbreviation Property

Definition

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

String

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.

Applies to