SIFWorks ADK 2.0
StartDate Property
NamespacesEdustructures.SifWorks.StudentCalendarSummaryStartDate

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

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

The SIF specification defines the meaning of this element as: "The first calendar date, whether or not instruction was provided. If both CalendarSummary and CalendarDate objects are supported, StartDate must be the date of the first 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