Compartilhar via


ExTimeZone.TimeZoneFromKind Method

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Shared Function TimeZoneFromKind ( _
    kind As DateTimeKind _
) As ExTimeZone
'Usage
Dim kind As DateTimeKind
Dim returnValue As ExTimeZone

returnValue = ExTimeZone.TimeZoneFromKind(kind)
public static ExTimeZone TimeZoneFromKind(
    DateTimeKind kind
)

Parameters