TimeOfDay.CustomPeriodStartTime property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property CustomPeriodStartTime As Nullable(Of TimeSpan)
Get
Set
'Usage
Dim instance As TimeOfDay
Dim value As Nullable(Of TimeSpan)
value = instance.CustomPeriodStartTime
instance.CustomPeriodStartTime = value
public Nullable<TimeSpan> CustomPeriodStartTime { get; set; }
Property value
Type: System.Nullable<TimeSpan>