[This is preliminary documentation and is subject to change.]
This object defines information related to a school calendar day in a given school calendar year. If both CalendarDate and CalendarSummary objects are supported, there must be an instance of this object for each date between CalendarSummary StartDate and EndDate, inclusive.
| C# | Visual Basic | Visual C++ |
public class CalendarDate : SifDataObject
Public Class CalendarDate _ Inherits SifDataObject
public ref class CalendarDate : public SifDataObject
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CalendarDateCalendarDateNew()() |
Creates an instance of a CalendarDate
| |
| CalendarDateCalendarDateNew(Nullable<(Of <DateTime>)>, String, String, Nullable<(Of <Int32>)>, CalendarDateType) |
Constructor that accepts values for all mandatory fields
| |
| AdministratorAttendance |
Gets or sets the value of the <AdministratorAttendance> element.
| |
| CalendarDateNumber |
Gets or sets the value of the <CalendarDateNumber> element.
| |
| CalendarDateType |
Gets or sets the value of the <CalendarDateType> element.
| |
| CalendarSummaryRefId |
Gets or sets the value of the CalendarSummaryRefId attribute.
| |
| Date |
Gets or sets the value of the Date attribute.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| SchoolInfoRefId |
Gets or sets the value of the SchoolInfoRefId attribute.
| |
| SchoolYear |
Gets or sets the value of the SchoolYear attribute.
| |
| StudentAttendance |
Gets or sets the value of the <StudentAttendance> element.
| |
| TeacherAttendance |
Gets or sets the value of the <TeacherAttendance> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| CalendarDate | |||||