ScheduleInterval.Length property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Length As TimeSpan
Get
'Usage
Dim instance As ScheduleInterval
Dim value As TimeSpan
value = instance.Length
public TimeSpan Length { get; }
Property value
Type: System.TimeSpan