Time Zone Name Property CollectionItem(String) Property
Collection indexer by language ID
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
When retrieving an item, the entry whose Language property matches the specified language ID is returned. If an exact match is not found, an attempt is made to locate a match using only the two letter ISO language name. If that fails, an attempt is made to find an entry using the current culture. If that fails, it returns the first entry in the list or null if there are none.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneNameProperty? this[
string? languageId
] { get; }VB
Public ReadOnly Default Property Item (
languageId As String
) As TimeZoneNameProperty
GetC++
public:
property TimeZoneNameProperty^ default[String^ languageId] {
TimeZoneNameProperty^ get (String^ languageId);
}F#
member Item : TimeZoneNameProperty with getParameters
- languageId String
- The language ID by which to search
Return Value
TimeZoneNamePropertyWhen retrieving an item, the entry whose Language property matches the specified language ID is returned. If an exact match is not found, an attempt is made to locate a match using only the two letter ISO language name. If that fails, an attempt is made to find an entry using the current culture. If that fails, it returns the first entry in the list or null if there are none.