ContactProfile.PreferredTimeZone Property

Definition

Gets or sets time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values.

[Newtonsoft.Json.JsonProperty(PropertyName="preferredTimeZone")]
public string PreferredTimeZone { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferredTimeZone")>]
member this.PreferredTimeZone : string with get, set
Public Property PreferredTimeZone As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to