VCalendarUpdateTimeZoneId Method

This is used to replace an old time zone ID with a new time zone ID in all date/time objects in the calendar.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override void UpdateTimeZoneId(
	string oldId,
	string newId
)

Parameters

oldId  String
The old ID being replaced
newId  String
The new ID to use

See Also