ExCalendar.GetDayOfWeek Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function GetDayOfWeek ( _
time As ExDateTime _
) As DayOfWeek
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim returnValue As DayOfWeek
returnValue = instance.GetDayOfWeek(time)
public DayOfWeek GetDayOfWeek(
ExDateTime time
)
Parameters
- time
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return Value
Type: System.DayOfWeek