TKCalendarEventProtocol Protocol Reference
Conforms to | NSObject |
Declared in | TKCalendar.h |
Overview
The TKCalendarEventProtocol protocol is adopted by an object that represents a single event in TKCalendar. Its default implementation is TKCalendarEvent
Properties
allDay
Indicates whether the event is an all day event or not.
@property (nonatomic, getter=isAllDay) BOOL allDay
Declared In
TKCalendar.h
endDate
The end time for the event.
@property (nonatomic, strong) NSDate *endDate
Declared In
TKCalendar.h
eventColor
Defines the event color.
@property (nonatomic, strong) UIColor *eventColor
Declared In
TKCalendar.h