SIFWorks ADK 2.0
IncidentDate Property
NamespacesEdustructures.SifWorks.StudentDisciplineIncidentIncidentDate

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

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

The SIF specification defines the meaning of this element as: "The date when the incident occurred."

Version: 2.0

Since: 2.0

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