Calendar ObjectUpdate Property Time Zone Id Method
This helper method can be used to update a time zone ID in the passed date/time property
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#
protected static void UpdatePropertyTimeZoneId(
BaseDateTimeProperty dateProp,
string? oldId,
string? newId
)VB
Protected Shared Sub UpdatePropertyTimeZoneId (
dateProp As BaseDateTimeProperty,
oldId As String,
newId As String
)C++
protected:
static void UpdatePropertyTimeZoneId(
BaseDateTimeProperty^ dateProp,
String^ oldId,
String^ newId
)F#
static member UpdatePropertyTimeZoneId :
dateProp : BaseDateTimeProperty *
oldId : string *
newId : string -> unit Parameters
- dateProp BaseDateTimeProperty
- The date/time property to check
- oldId String
- The old ID being replaced
- newId String
- The new ID to use
Remarks
If the property's current time zone ID matches the old ID, it is replaced with the new ID