VCalendarApplyTimeZone Method

This is used to apply the selected time zone to all date/time objects in the component and convert them to the new time zone.

Definition

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

Parameters

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

Remarks

When applied, all date/time values in the object will be converted to the new time zone

See Also