SIFWorks ADK 2.0
EndDate Property
NamespacesEdustructures.SifWorks.StudentCalendarSummaryEndDate

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <EndDate> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> EndDate{ get; set;}
Public Property EndDate As Nullable(Of DateTime)
public:
property Nullable<DateTime> EndDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The EndDate element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The last calendar date, whether or not instruction was provided. If both CalendarSummary and CalendarDate objects are supported, EndDate must be the last chronological instance of CalendarDate for the school's calendar."

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10