Version

Day Object

Day

This object and all its member variables are read-only and they should not be modified.

Day Properties

activity

A boolean value that indicates if there is an activity on that day.

calendar

Reference to the calendar object that owns the day.

css

The css class names that are being applied to that day.

day

Integer that represents the day of the month.

element

Reference to the HTML element that renders the day.

index

Integer that contains the index of the day in the Days array.

month

Integer that contains the value of the month for that day.

year

Integer that contains the value of the year for that day.