Share via


ExDateTime.Create method (, 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

  • timeZone
    Type: ExTimeZone

Return value

Type: System.Collections.Generic.IList<ExDateTime>

See also

Reference

ExDateTime structure

ExDateTime members

Create overload

Microsoft.Exchange.ExchangeSystem namespace