public IReadOnlyList<TimeZoneData> GetTimeZones( bool includeLocalTimeZone, bool includeUnknownTimeZone, bool includeEmptyTimeZone )
Public Function GetTimeZones( _ Optional ByVal includeLocalTimeZone As Boolean, _ Optional ByVal includeUnknownTimeZone As Boolean, _ Optional ByVal includeEmptyTimeZone As Boolean _ ) As IReadOnlyList(Of TimeZoneData)
Parameters
- includeLocalTimeZone
- flag indicating whether the local time zone should be included.
- includeUnknownTimeZone
- Flag indicating whether the "Unknown" time zone should be included.
- includeEmptyTimeZone
- "Flag indicating whether the "Default" time zone should be included.
Return Value
An IReadOnlyList of TimeZoneData objects.