CalendarObjectSetTimeZone Method

This is used to set the selected time zone in all date/time objects in the component without modifying the date/time values.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public abstract void SetTimeZone(
	VTimeZone vTimeZone
)

Parameters

vTimeZone  VTimeZone
A VTimeZone object that will be used for all date/time objects in the component.

Remarks

This method does not affect the date/time values

See Also