DateTimeInstanceCollectionToLocalTime Method

This converts all date/time instances in the collection to local time

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void ToLocalTime()

Remarks

This converts the date time instances from their current time zone identified by their TimeZoneId property to local time. The time zone ID property will be set to null in each one after conversion to indicate that the instances are in local time.

See Also