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