ExDateTime.GetNow Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function GetNow ( _
timeZone As ExTimeZone _
) As ExDateTime
'Usage
Dim timeZone As ExTimeZone
Dim returnValue As ExDateTime
returnValue = ExDateTime.GetNow(timeZone)
public static ExDateTime GetNow(
ExTimeZone timeZone
)
Parameters
- timeZone
Type: Microsoft.Exchange.ExchangeSystem.ExTimeZone
Return Value
See Also