E2020APIGetSchoolCalendar Method A Sandcastle Documented Class Library
Get list of days off for a school for their calendar

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public CalendarResults GetSchoolCalendar(
	string apiUsername,
	string apiPassword,
	int SchoolId,
	DateTime StartDate,
	DateTime EndDate,
	bool ReturnInSessionDays
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
SchoolId
Type: SystemInt32
Id of the school. Returns no results if user is not assigned to that school.
StartDate
Type: SystemDateTime
Start date for range to return calendar for.
EndDate
Type: SystemDateTime
End date for range to return calendar for.
ReturnInSessionDays
Type: SystemBoolean
Return days that school is in session.

Return Value

Type: CalendarResults

[Missing <returns> documentation for "M:WCFAPI.E2020API.GetSchoolCalendar(System.String,System.String,System.Int32,System.DateTime,System.DateTime,System.Boolean)"]

See Also

Reference