Compartir a través de


ExDateTime.Create Method (ExTimeZone, DateTime)

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

Syntax

'Declaration
Public Shared Function Create ( _
    timeZone As ExTimeZone, _
    dateTime As DateTime _
) As IList(Of ExDateTime)
'Usage
Dim timeZone As ExTimeZone
Dim dateTime As DateTime
Dim returnValue As IList(Of ExDateTime)

returnValue = ExDateTime.Create(timeZone, _
    dateTime)
public static IList<ExDateTime> Create(
    ExTimeZone timeZone,
    DateTime dateTime
)

Parameters