메소드 | 설명 | |
---|---|---|
Add ( |
Adds an instance of type WindowsTimeZone to the end of this WindowsTimeZoneCollection.
|
|
Contains ( |
Determines whether a specfic WindowsTimeZone value is in this WindowsTimeZoneCollection.
|
|
GetByZoneIndex ( int zoneIndex ) : |
||
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the elements of this WindowsTimeZoneCollection.
|
|
IndexOf ( |
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 ) : |
Gets or sets the WindowsTimeZone at the given index in this WindowsTimeZoneCollection.
|
public Add ( |
||
value | /// The WindowsTimeZone to be added to the end of this WindowsTimeZoneCollection. /// | |
리턴 | void |
public Contains ( |
||
value | /// The WindowsTimeZone value to locate in this WindowsTimeZoneCollection. /// | |
리턴 | bool |
public GetByZoneIndex ( int zoneIndex ) : |
||
zoneIndex | int | |
리턴 |
public GetEnumerator ( ) : |
||
리턴 |
public IndexOf ( |
||
value | /// The WindowsTimeZone value to locate in the WindowsTimeZoneCollection. /// | |
리턴 | int |