Compartilhar via


ExTimeZone.GetDaylightChanges Method

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

Syntax

'Declaration
Public Function GetDaylightChanges ( _
    year As Integer _
) As DaylightTime
'Usage
Dim instance As ExTimeZone
Dim year As Integer
Dim returnValue As DaylightTime

returnValue = instance.GetDaylightChanges(year)
public DaylightTime GetDaylightChanges(
    int year
)

Parameters