ExTimeZone.IsDaylightSavingTime Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function IsDaylightSavingTime ( _
dateTime As ExDateTime _
) As Boolean
'Usage
Dim instance As ExTimeZone
Dim dateTime As ExDateTime
Dim returnValue As Boolean
returnValue = instance.IsDaylightSavingTime(dateTime)
public bool IsDaylightSavingTime(
ExDateTime dateTime
)
Parameters
- dateTime
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return Value
Type: System.Boolean