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
- dateTime
Type: System.DateTime
Return value
Type: System.Collections.Generic.IList<ExDateTime>