AppointmentRequest.UserTimeZoneCode 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 code of the user who is requesting the appointment.
public:
property int UserTimeZoneCode { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int UserTimeZoneCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UserTimeZoneCode : int with get, set
Public Property UserTimeZoneCode As Integer
Property Value
The time zone code of the user who is requesting the appointment.
- Attributes