SIFWorks ADK 2.0
LastBreakfastDate Property
NamespacesEdustructures.SifWorks.FoodStudentMealLastBreakfastDate

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

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

The SIF specification defines the meaning of this element as: "Date of the last reimbursable breakfast 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
<LastBrkDate>
2.0
<LastBreakfastDate>
1.5r1
<LastBreakfastDate>

Version: 2.0

Since: 1.1

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