Click or drag to resize

SchoolCurrentAcademicYear Property

Gets or sets the current academic year.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public int CurrentAcademicYear { get; set; }

Property Value

Type: Int32
The current academic year this school division is operating in.
Remarks
An academic year is typically the calendar year the school year ends in.

For example, a school year of 2012-2013 would be an academic year of 2013.

See Also