HTML_CalendarView Class

This class provides an API to support web calendar widgets that includes one useful property and two methods. This class inherits the HTML_CustomItemView Class which inherits the HTML_FormElement Class which inherits the HTML_Object Class.

DateTime HTML_CalendarView.date

This read/write property holds the calendar's current date as a DateTime Type. Note that the time resolution is to the nearest minute (i.e., the seconds are always zero.

int HTML_CalendarView.numVisibleEvents()

Returns the number of HTML_CalendarEvent Classs that are visible in the view.

HTML_CalendarEvent HTML_CalendarView.visibleEventAt(index)

Returns the index-th HTML_CalendarEvent Class of those that are visible in the view.

See also, Calendar View Support.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results