TimeZoneExtensionsGetAdjustmentRulesEx - метод
Пространство имён: Tessa.Exchange.WebServices.Data.MiscСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static AdjustmentRule[] GetAdjustmentRulesEx(
this TimeZoneInfo tz
)
<ExtensionAttribute>
Public Shared Function GetAdjustmentRulesEx (
tz As TimeZoneInfo
) As AdjustmentRule()
public:
[ExtensionAttribute]
static array<AdjustmentRule^>^ GetAdjustmentRulesEx(
TimeZoneInfo^ tz
)
[<ExtensionAttribute>]
static member GetAdjustmentRulesEx :
tz : TimeZoneInfo -> AdjustmentRule[]
- tz TimeZoneInfo
-
AdjustmentRuleВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
TimeZoneInfo. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).