Click or drag to resize

SchoolDay Class

Represents the definition of a single school day for a school division.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.Entity.AcademicSchoolDay

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class SchoolDay

The SchoolDay type exposes the following members.

Constructors
  NameDescription
Public methodSchoolDay
Top
Properties
  NameDescription
Public propertyAbbreviation1
Gets or sets a 1- or 2-character abbreviation for this day.
Public propertyAbbreviation3
Gets or sets a 6-character abbreviation for this day.
Public propertyDayName
Gets or sets the name of the day.
Public propertyDayNumber
Gets or sets the day number.
Public propertySchoolID
Gets or sets the school ID.
Top
Remarks
For a traditional school that meets Monday through Friday, a school day would be "Monday". Other schools may use a 6 day rotation, with a school days being "A" through "F".

The entire school day rotation can be obtained using AcademicService.GetSchoolDays.

See Also