Share via


AppointmentRequest.UserTimeZoneCode Property

Definition

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

Applies to