_AppointmentItem.StartTimeZone Property
Gets or sets the time zone for the start time of the appointment.
Namespace: DevExpress.XtraScheduler.Outlook.Interop
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Outlook.Interop._TimeZone | A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows. |
Remarks
The time zone information is used to map the appointment to the correct UTC or local time.
See Also