TimeZoneInfoProviderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
LocalTimeZoneIdProperty | LocalTimeZoneId 依存プロパティを識別します。 | |
VersionProperty | 読み取り専用 Version 依存プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
DefaultProvider | デフォルトのタイムゾーン情報と共に事前に読み込みされている TimeZoneInfoProvider の静的インスタンスを返します。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
LocalTimeZoneId | ローカル タイムゾーンの ID を取得または設定します。 | |
LocalTimeZoneIdResolved | ローカル タイムゾーンの ID を返します (読み取り専用)。 | |
LocalToken | ローカル タイムゾーンを表すトークンを返します。 | |
TimeZoneTokens | タイムゾーン トークンの読み取り専用コレクションを返します。 | |
UtcToken | UTC タイムゾーンを表すトークンを返します。 | |
Version | タイムゾーン情報に影響する変更の場合は、バージョン番号を返します (読み取り専用)。 |
名前 | 解説 | |
---|---|---|
ClearCachedValues | 必要になったときに作成し直せるようにキャッシュされている値をすべてクリアします。 | |
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
ConvertLocalToUtc | 指定したローカル時間を世界標準時間に変換します。 | |
ConvertTime | オーバーロードされます。 あるタイムゾーンから別のタイムゾーンへ DateTime 値を変換します。 | |
ConvertUtcToLocal | 指定した世界標準時間をローカル時間に変換します。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
GetAdjustmentRules | このタイムゾーンに関する調整ルールの配列を返します。 | |
GetAmbiguousTimeOffsets | オーバーロードされます。 サマータイムへの移行期間中で時差が曖昧なときに使用される一定の幅をもった時差を取得します。 | |
GetBaseUtcOffset | UTC 時間との基本時差 (サマータイム期間中でないときの時差) を返します。 | |
GetDaylightName | タイムゾーンの表示名を返します。 | |
GetDisplayName | タイムゾーンの表示名を返します。 | |
GetExportId | タイムゾーンのエクスポート ID を返します。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetStandardName | タイムゾーンの表示名を返します。 | |
GetTimeZoneToken | オーバーロードされます。 タイムゾーンの TimeZoneToken を返します。 | |
GetUtcOffset | オーバーロードされます。 dateTime 値 を UTC 時間へ変換するための時差を返します。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
IsAmbiguousTime | オーバーロードされます。 サマータイムへの移行期間中で DateTime 値が曖昧なものであるかどうかを調べます。 | |
IsDaylightSavingsTime | オーバーロードされます。 DateTime 値がサマータイム調整期間中の値であるかどうかを調べます。 | |
IsInvalidTime | オーバーロードされます。 DateTime 値が有効かどうかを調べます。 | |
IsValidTimeZoneId | 文字列が有効なタイムゾーン ID であるかどうかを調べます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
SaveToXml | オーバーロードされます。 すべてのタイムゾーン定義情報を xml として保存します。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 | |
SupportsDayLightSavingsTime | タイムゾーンがサマータイムをサポートする場合は true を返します。 | |
TryGetTimeZoneToken | タイムゾーンの TimeZoneToken の取得を安全な形で試みます。 |
名前 | 解説 | |
---|---|---|
BumpVersion | いずれかのタイムゾーン情報が変更されたときには必ず呼び出されます。 | |
CreateTimeZoneDefinition | TimeZoneInfoProvider.TimeZoneDefinition のインスタンスを新規作成または取得します。 | |
CreateToken | TimeZoneToken を作成し、返します。 | |
GetTimeZoneDefinitions | TimeZoneInfoProvider.TimeZoneDefinition オブジェクトの読み取り専用コレクションを返します。 | |
GetUtcOffsetForDateTime | 特定の日時について UTC との時差を取得します。 | |
IsAmbiguous | オーバーロードされます。 サマータイムへの移行期間中で日時が曖昧なものであるかどうかを調べます。 | |
OnPropertyChanged | オーバーロードされます。 Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Infragistics.DependencyObjectNotifierから継承されます。 | |
RaisePropertyChangedEvent | Infragistics.DependencyObjectNotifierから継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
PropertyChanged | Infragistics.DependencyObjectNotifierから継承されます。 |