XuniCalendarDaySlotLoadingEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in CalendarEventArgs.h

Overview

XuniCalendarDaySlotLoadingEventArgs Class. Arguments for daySlotLoading event.

  date

Gets the date information for the current day slot.

@property (readonly) NSDate *date

Discussion

Gets the date information for the current day slot.

Declared In

CalendarEventArgs.h

  isAdjacentDay

Gets whether or not the day is an adjacent day in the calendar.

@property (readonly) BOOL isAdjacentDay

Discussion

Gets whether or not the day is an adjacent day in the calendar.

Declared In

CalendarEventArgs.h

  daySlot

Gets or sets the visual element shown in the day slot.

@property (nonatomic) XuniCalendarDaySlotBase *daySlot

Discussion

Gets or sets the visual element shown in the day slot.

Declared In

CalendarEventArgs.h

– initWithDate:isAdjacentDay:daySlot:

Initializes and returns a newly allocated XuniCalendarDaySlotLoadingEventArgs object.

- (instancetype)initWithDate:(NSDate *)date isAdjacentDay:(BOOL)isAdjacentDay daySlot:(XuniCalendarDaySlotBase *)daySlot

Parameters

date

The date for the current day slot.

isAdjacentDay

Specifies whether the day is an adjacent day in the calendar.

daySlot

Visual element that will be displayed in the day slot.

Return Value

An initialized XuniCalendarDaySlotLoadingEventArgs object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniCalendarDaySlotLoadingEventArgs object.

Declared In

CalendarEventArgs.h