DateGalleryFrame<T>

TYPE DEFINITION

Represents a frame within the DateGallery it is an object containing all dates and events that belong on the frame.

Since 1.6.0

Properties

  • anchorDate

    Date

    The date this frame is anchored to.

    For month based modes it is the first date of the month, for 'week' it is the first day of the week, for 'year' it is the first day of the year.

    Basically the same as the first date in the dates array which is not a padded date.

    Since 1.6.0

  • dates

    DateGalleryDate<T> []

    All dates that belong to this frame.

    Since 1.6.0

  • events

    DateGalleryEvent<T> []

    All events that occur within this frame

    Since 1.6.0