VTimeZoneCollectionItem(String) Property
Collection indexer
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VTimeZone this[
string timeZoneId
] { get; set; }
Public Default Property Item (
timeZoneId As String
) As VTimeZone
Get
Set
public:
property VTimeZone^ default[String^ timeZoneId] {
VTimeZone^ get (String^ timeZoneId);
void set (String^ timeZoneId, VTimeZone^ value);
}
member Item : VTimeZone with get, set
- timeZoneId String
- The time zone ID of the item to get or set. When retrieving an item, null
is returned if it does not exist in the collection.
VTimeZone ArgumentException | This is thrown if an attempt is made to set an item using a time
zone ID that does not exist in the collection. |