TimeOfDay.CustomPeriodDays property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property CustomPeriodDays As DaysOfWeek
Get
Set
'Usage
Dim instance As TimeOfDay
Dim value As DaysOfWeek
value = instance.CustomPeriodDays
instance.CustomPeriodDays = value
public DaysOfWeek CustomPeriodDays { get; set; }
Property value
Type: Microsoft.Exchange.Data.DaysOfWeek