Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1012 Bytes

EdFiStudentEducationOrganizationAssociationStudentIndicatorPeriod.md

File metadata and controls

16 lines (11 loc) · 1012 Bytes

edfi_resources_sdk.model.EdFiStudentEducationOrganizationAssociationStudentIndicatorPeriod

Load the model package

import 'package:edfi_resources_sdk/api.dart';

Properties

Name Type Description Notes
beginDate DateTime The month, day, and year for the start of the period. Note: Date interpretation may vary. Ed-Fi recommends inclusive dates, but states may define dates as inclusive or exclusive. For calculations, align with local guidelines.
endDate DateTime The month, day, and year for the end of the period. Note: Date interpretation may vary. Ed-Fi recommends inclusive dates, but states may define dates as inclusive or exclusive. For calculations, align with local guidelines. [optional]

[Back to Model list] [Back to API list] [Back to README]