An instance of this class is a container for all the notes for one day within one state.
Attributes include:
.noteSet
The parent BirdNoteSet instance that
contains this instance.
.regionCode
The lowercased postal code, e.g., 'nm'
for New Mexico.
.date
The date as a string, formatted as YYYY-MM-DD.
.daySummary
A DaySummary instance representing the
day's general features. See Section 10, “class DaySummary: Daily context”.
.dayLoc
A locality that includes all the day's notes, as a
Loc instance. See Section 11, “class Loc: Locality code definition”.