TimeZoneIdChangedEventArgs Constructor

Constructor

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TimeZoneIdChangedEventArgs(
	string oldTimeZoneId,
	string newTimeZoneId
)

Parameters

oldTimeZoneId  String
The old time zone ID
newTimeZoneId  String
The new time zone ID

See Also