TKCalendarDayState Constants Reference
Declared in | TKCalendarDayCell.h |
TKCalendarDayState
@enum TKCalendarDayState
Represents an enum that defines the date cell state.
Definition
typedef NS_OPTIONS(NSInteger, TKCalendarDayState ) {
TKCalendarDayStateToday = 1 < < 0,
TKCalendarDayStateWeekend = 1 < < 1,
TKCalendarDayStateCurrentMonth = 1 < < 2,
TKCalendarDayStateCurrentYear = 1 < < 3,
TKCalendarDayStateSelected = 1 < < 4,
TKCalendarDayStateFirstInSelection = 1 < < 5,
TKCalendarDayStateLastInSelection = 1 < < 6,
TKCalendarDayStateMidInSelection = 1 < < 7,
TKCalendarDayStateDisabled = 1 < < 8,
};
Constants
TKCalendarDayStateToday
-
The date is today.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateWeekend
-
The date represents a weekend.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateCurrentMonth
-
The date is contained within the currently presented month.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateCurrentYear
-
The date is contained within the currently presented year.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateSelected
-
The date is selected.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateFirstInSelection
-
The date is the first date in a range selection.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateLastInSelection
-
The date is the last date in a range selection.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateMidInSelection
-
The date is a mid date in a range selection.
Declared In
TKCalendarDayCell.h
. TKCalendarDayStateDisabled
-
The date is outside of the selectable range and cannot be selected
Declared In
TKCalendarDayCell.h
.
Declared In
TKCalendarDayCell.h