The number of days in a week.
The maximum possible number of days in a year.
The last day of the longest month.
The first day of a month.
The default duration for an event.
The default duration unit for an all day event.
The default duration unit for an event at a given time.
The number of hours in a day (not including DST days).
The last hour of the day.
The first hour of the day.
The maximum estimated number of events per day. This is used to calculate CalendarEvent.id to give each event a unique ID. If you think you will have more events than this per day, you can enlarge the value.
The number of milliseconds in a day (not including DST days).
The number of milliseconds in an hour.
The number of milliseconds in a minute.
The number of milliseconds in a second.
The number of milliseconds in a week (not including ones that include DST).
The last millisecond of the second.
The first millisecond of the second.
The number of minutes in a day (not including DST days).
The number of minutes in an hour.
The last minute of the hour.
The first minute of the hour.
The number of months in a quarter.
The number of months in a year.
The last month of the year.
The first month of the year.
The number of seconds in a minute.
The last second of the minute.
The first second of the minute.
The last day of the week.
The first day of the week.
Computes the duration unit given its for an all day event.
If the event is all day.
The default unit for the event.
Generated using TypeDoc
A class that stores commonly used values.