PresenceState.TimeZoneAbbreviation Property
Gets or sets the time zone abbreviation.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property TimeZoneAbbreviation As String
Get
Set
'Usage
Dim instance As PresenceState
Dim value As String
value = instance.TimeZoneAbbreviation
instance.TimeZoneAbbreviation = value
public string TimeZoneAbbreviation { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
ArgumentException | 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.