'Declaration Public Property EndTime As Date
'Declaration
Public Property EndTime As Date
public DateTime EndTime {get; set;}
public: property DateTime EndTime { DateTime get(); void set ( DateTime value); }
Only the time portion of this value is used. The DateCriterion determines the day(s) for the Exclusion Period.
If the EndTime is earlier than the StartTime the Exclusion Period spans midnight and the EndTime is the next day from the StartTime.
ExclusionPeriod Class ExclusionPeriod Members