ExTimeZoneProviderBase.TryGetTimeZoneById Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function TryGetTimeZoneById ( _
timeZoneId As String, _
<OutAttribute> ByRef timeZone As ExTimeZone _
) As Boolean
'Usage
Dim instance As ExTimeZoneProviderBase
Dim timeZoneId As String
Dim timeZone As ExTimeZone
Dim returnValue As Boolean
returnValue = instance.TryGetTimeZoneById(timeZoneId, _
timeZone)
public bool TryGetTimeZoneById(
string timeZoneId,
out ExTimeZone timeZone
)
Parameters
- timeZoneId
Type: System.String
- timeZone
Type: Microsoft.Exchange.ExchangeSystem.ExTimeZone
Return Value
Type: System.Boolean