Compartir a través de


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
)