SIFWorks ADK 2.0
LastInstructionDate Property
NamespacesEdustructures.SifWorks.StudentCalendarSummaryLastInstructionDate

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

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

The SIF specification defines the meaning of this element as: "The last day of student instruction (including days or times that students are present for purposes of testing and/or evaluation, but not including whole or part-days whose sole purposes is for distribution of report cards)."

Version: 2.0

Since: 2.0

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