VEventCollectionUpdateTimeZoneId Method
This is used to replace an old time zone ID with a new time zone ID in all properties of a calendar
object.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void UpdateTimeZoneId(
string oldId,
string newId
)
Public Sub UpdateTimeZoneId (
oldId As String,
newId As String
)
public:
void UpdateTimeZoneId(
String^ oldId,
String^ newId
)
member UpdateTimeZoneId :
oldId : string *
newId : string -> unit
Parameters
- oldId String
- The old ID being replaced
- newId String
- The new ID to use