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