VJournalCollectionApplyTimeZone 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 void ApplyTimeZone(
VTimeZone vTimeZone
)
Public Sub ApplyTimeZone (
vTimeZone As VTimeZone
)
public:
void ApplyTimeZone(
VTimeZone^ vTimeZone
)
member 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