SIFWorks ADK 2.0
LastLunchDate Property
NamespacesEdustructures.SifWorks.FoodStudentMealLastLunchDate

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

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

The SIF specification defines the meaning of this element as: "Date of the last reimbursable lunch served."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.1
<LastLunDate>
2.0
<LastLunchDate>
1.5r1
<LastLunchDate>

Version: 2.0

Since: 1.1

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