VCalendarUpdate Time Zone Id 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override void UpdateTimeZoneId(
string? oldId,
string? newId
)VB
Public Overrides Sub UpdateTimeZoneId (
oldId As String,
newId As String
)C++
public:
virtual void UpdateTimeZoneId(
String^ oldId,
String^ newId
) overrideF#
abstract UpdateTimeZoneId :
oldId : string *
newId : string -> unit
override UpdateTimeZoneId :
oldId : string *
newId : string -> unit