CalendarPeriod.IsExplicit property
The IsExplicit property gets a Boolean value that indicates whether the end date of this CalendarPeriod structure is explicitly defined.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsExplicit As Boolean
Get
'Usage
Dim instance As CalendarPeriod
Dim value As Boolean
value = instance.IsExplicit
public bool IsExplicit { get; }
Property value
Type: System.Boolean
The IsExplicit property returns true if this CalendarPeriod structure is defined with a start and end date. If the IsExplicit property returns false if this CalendarPeriod structure is defined with a start time and a duration.