VEventApplyTimeZone 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.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override void ApplyTimeZone(
VTimeZone vTimeZone
)
Public Overrides Sub ApplyTimeZone (
vTimeZone As VTimeZone
)
public:
virtual void ApplyTimeZone(
VTimeZone^ vTimeZone
) override
abstract ApplyTimeZone :
vTimeZone : VTimeZone -> unit
override ApplyTimeZone :
vTimeZone : VTimeZone -> unit
Parameters
- vTimeZone VTimeZone
- A VTimeZone object that will be used for all date/time objects
in the component.
When applied, all date/time values in the object will be converted to the new time zone