C# Класс newtelligence.DasBlog.Util.WindowsTimeZoneCollection

A collection of elements of type WindowsTimeZone
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( WindowsTimeZone value ) : void

Adds an instance of type WindowsTimeZone to the end of this WindowsTimeZoneCollection.

Contains ( WindowsTimeZone value ) : bool

Determines whether a specfic WindowsTimeZone value is in this WindowsTimeZoneCollection.

GetByZoneIndex ( int zoneIndex ) : WindowsTimeZone
GetEnumerator ( ) : WindowsTimeZoneCollection.Enumerator

Returns an enumerator that can iterate through the elements of this WindowsTimeZoneCollection.

IndexOf ( WindowsTimeZone value ) : int

Return the zero-based index of the first occurrence of a specific value in this WindowsTimeZoneCollection

SortByTimeZoneBias ( ) : void
WindowsTimeZoneCollection ( ) : System

Initializes a new empty instance of the WindowsTimeZoneCollection class.

Made public for serialization.

this ( int index ) : WindowsTimeZone

Gets or sets the WindowsTimeZone at the given index in this WindowsTimeZoneCollection.

Описание методов

Add() публичный Метод

Adds an instance of type WindowsTimeZone to the end of this WindowsTimeZoneCollection.
public Add ( WindowsTimeZone value ) : void
value WindowsTimeZone /// The WindowsTimeZone to be added to the end of this WindowsTimeZoneCollection. ///
Результат void

Contains() публичный Метод

Determines whether a specfic WindowsTimeZone value is in this WindowsTimeZoneCollection.
public Contains ( WindowsTimeZone value ) : bool
value WindowsTimeZone /// The WindowsTimeZone value to locate in this WindowsTimeZoneCollection. ///
Результат bool

GetByZoneIndex() публичный Метод

public GetByZoneIndex ( int zoneIndex ) : WindowsTimeZone
zoneIndex int
Результат WindowsTimeZone

GetEnumerator() публичный Метод

Returns an enumerator that can iterate through the elements of this WindowsTimeZoneCollection.
public GetEnumerator ( ) : WindowsTimeZoneCollection.Enumerator
Результат WindowsTimeZoneCollection.Enumerator

IndexOf() публичный Метод

Return the zero-based index of the first occurrence of a specific value in this WindowsTimeZoneCollection
public IndexOf ( WindowsTimeZone value ) : int
value WindowsTimeZone /// The WindowsTimeZone value to locate in the WindowsTimeZoneCollection. ///
Результат int

SortByTimeZoneBias() публичный Метод

public SortByTimeZoneBias ( ) : void
Результат void

WindowsTimeZoneCollection() публичный Метод

Initializes a new empty instance of the WindowsTimeZoneCollection class.
Made public for serialization.
public WindowsTimeZoneCollection ( ) : System
Результат System

this() публичный Метод

Gets or sets the WindowsTimeZone at the given index in this WindowsTimeZoneCollection.
public this ( int index ) : WindowsTimeZone
index int
Результат WindowsTimeZone