CalendarObjectSetPropertyTimeZone Method
This helper method can be used to set a new time zone in the passed date/time property without
modifying the date/time value.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected static void SetPropertyTimeZone(
BaseDateTimeProperty dateProp,
VTimeZone vTimeZone
)
Protected Shared Sub SetPropertyTimeZone (
dateProp As BaseDateTimeProperty,
vTimeZone As VTimeZone
)
protected:
static void SetPropertyTimeZone(
BaseDateTimeProperty^ dateProp,
VTimeZone^ vTimeZone
)
static member SetPropertyTimeZone :
dateProp : BaseDateTimeProperty *
vTimeZone : VTimeZone -> unit
Parameters
- dateProp BaseDateTimeProperty
- The date/time property to check
- vTimeZone VTimeZone
- The new time zone component to use
If the property's current time zone ID does not match the one in the new time zone, it is
updated with the new ID. The date/time value is not changed.