ISupportTicketDetails.ContactDetailPreferredTimeZone 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.
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values.
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="preferredTimeZone", Update=true)]
public string ContactDetailPreferredTimeZone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Time zone of the user. This is the name of the time zone from [Microsoft Time Zone Index Values](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="preferredTimeZone", Update=true)>]
member this.ContactDetailPreferredTimeZone : string with get, set
Public Property ContactDetailPreferredTimeZone As String
Property Value
- Attributes