SaaS CMS has officially launched! Learn more now.

Class WindowsTimeZoneCollection

Represents a collection of named time zones.

Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<UserTimeZone>
WindowsTimeZoneCollection
Implements
System.Collections.Generic.IList<UserTimeZone>
System.Collections.Generic.ICollection<UserTimeZone>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<UserTimeZone>
System.Collections.Generic.IReadOnlyCollection<UserTimeZone>
System.Collections.Generic.IEnumerable<UserTimeZone>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Contains(Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.CopyTo(Mediachase.BusinessFoundation.Data.UserTimeZone[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.IndexOf(Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.IList<Mediachase.BusinessFoundation.Data.UserTimeZone>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.IList<Mediachase.BusinessFoundation.Data.UserTimeZone>.set_Item(System.Int32, Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Add(Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.IList<Mediachase.BusinessFoundation.Data.UserTimeZone>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Remove(Mediachase.BusinessFoundation.Data.UserTimeZone)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.IList<Mediachase.BusinessFoundation.Data.UserTimeZone>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.Generic.IList<Mediachase.BusinessFoundation.Data.UserTimeZone>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Mediachase.BusinessFoundation.Data.UserTimeZone>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class WindowsTimeZoneCollection : ReadOnlyCollection<UserTimeZone>, IList<UserTimeZone>, ICollection<UserTimeZone>, IList, ICollection, IReadOnlyList<UserTimeZone>, IReadOnlyCollection<UserTimeZone>, IEnumerable<UserTimeZone>, IEnumerable

Properties

Item[String]

Gets the time zone associated with the specified name.

Declaration
public UserTimeZone this[string name] { get; }
Parameters
Type Name Description
System.String name

The name of the time zone to return.

Property Value
Type Description
UserTimeZone

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable