TimeZoneIdChangedEventArgs Constructor

Constructor

Definition

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

Parameters

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

See Also