XuniCalendarDayOfWeekSlotLoadingEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in CalendarEventArgs.h

Overview

XuniCalendarDayOfWeekSlotLoadingEventArgs Class. Arguments for dayOfWeekSlotLoading event.

  dayOfWeek

Gets the date information for the corresponding day of week slot.

@property (readonly) XuniDayOfWeek dayOfWeek

Discussion

Gets the date information for the corresponding day of week slot.

Declared In

CalendarEventArgs.h

  isWeekend

Gets whether the day is in the weekend.

@property (readonly) BOOL isWeekend

Discussion

Gets whether the day is in the weekend.

Declared In

CalendarEventArgs.h

  dayOfWeekSlot

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

@property (nonatomic) UILabel *dayOfWeekSlot

Discussion

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

Declared In

CalendarEventArgs.h

– initWithDayOfWeek:isWeekend:dayOfWeekSlot:

Initializes and returns a newly allocated XuniCalendarDayOfWeekSlotLoadingEventArgs object.

- (instancetype)initWithDayOfWeek:(XuniDayOfWeek)dayOfWeek isWeekend:(BOOL)isWeekend dayOfWeekSlot:(UILabel *)dayOfWeekSlot

Parameters

dayOfWeek

The day of week for the corresponding day of week slot.

isWeekend

Specifies whether it is a week end day.

dayOfWeekSlot

Visual element that will be displayed in the day of week slot.

Return Value

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

Discussion

Initializes and returns a newly allocated XuniCalendarDayOfWeekSlotLoadingEventArgs object.

Declared In

CalendarEventArgs.h