Compartir a través de


ExTimeZoneProviderBase.TryGetTimeZoneRuleById Method

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

Syntax

'Declaration
Public Function TryGetTimeZoneRuleById ( _
    timeZoneRuleId As String, _
    <OutAttribute> ByRef timeZoneRule As ExTimeZoneRule _
) As Boolean
'Usage
Dim instance As ExTimeZoneProviderBase
Dim timeZoneRuleId As String
Dim timeZoneRule As ExTimeZoneRule
Dim returnValue As Boolean

returnValue = instance.TryGetTimeZoneRuleById(timeZoneRuleId, _
    timeZoneRule)
public bool TryGetTimeZoneRuleById(
    string timeZoneRuleId,
    out ExTimeZoneRule timeZoneRule
)

Parameters

Return Value

Type: System.Boolean