XuniCalendarMonthSlotLoadingEventArgs クラス リファレンス
継承元 | XuniEventArgs : NSObject |
---|---|
定義先 | CalendarEventArgs.h |
month
カレンダーの月を取得します。
@property (readonly) NSUInteger month
内容
カレンダーの月を取得します。
定義先
CalendarEventArgs.h
monthSlot
月スロットに表示される要素を取得または設定します。
@property (nonatomic) XuniCalendarMonthSlotBase *monthSlot
内容
月スロットに表示される要素を取得または設定します。
定義先
CalendarEventArgs.h
– initWithMonth:monthSlot:
新しく割り当てられた XuniCalendarMonthSlotLoadingEventArgs オブジェクトを初期化して返します。
- (instancetype)initWithMonth:(NSUInteger)month monthSlot:(XuniCalendarMonthSlotBase *)monthSlot
パラメータ
month |
現在表示されている月の月スロット |
---|---|
monthSlot |
月スロットに表示される要素 |
戻り値
初期化された XuniCalendarMonthSlotLoadingEventArgs オブジェクト。オブジェクトを作成できなかった場合は nil
内容
新しく割り当てられた XuniCalendarMonthSlotLoadingEventArgs オブジェクトを初期化して返します。
定義先
CalendarEventArgs.h