Daily Calendar
A daily calendar is a simple calendar that represents every calendar day
Introduction
This daily calendar is the base calendar for every calendar that handles observations from 1 day up to a month. This includes:
Creating a daily calendar
To create a daily calendar use the DailyCalendar function as shown below:
// Create a daily calendar
daily = DailyCalendar()
For a description of the properties and methods on a calendar see here