XBCalendarMonth class

Constructors

XBCalendarMonth({required int year, required int month, required DateTime? minEnableDateTime, required DateTime? maxEnableDateTime, required List<DateTime>? markDates})

Properties

days List<XBCalendarDay>
no setter
firstDayWeekDayIndex int
本月第一天,是周几(从周日开始算,周日为0)
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
本月所占用的高度
no setter
lineCount int
no setter
month int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
final

Methods

isMark(DateTime dateTime, List<DateTime>? markDates) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateMark(List<DateTime>? markDates) → dynamic
updateSelectState(List<DateTime> selectedDates) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited