macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

CalendarStore

usesEndDate

** 解説 返り値 ( BOOL ) 引数 フレームワーク CalendarStore クラス CalRecurrenceEnd Instance Methods 使用可能 10.5 参照 例文

eventPredicateWithStartDate:endDate:UID:calendars:

** +(NSPredicate *)eventPredicateWithStartDate:(NSDate *)startDate: endDate:(NSDate *)endDate: UID:(NSString *)UID: calendars:(NSArray *)calendars: 解説 特定のカレンダーに属するUIDと日付範囲中で特定のイベントのNSPredicateオブジェクトを返し…

taskPredicateWithUncompletedTasksDueBefore:calendars:

** +(NSPredicate *)taskPredicateWithUncompletedTasksDueBefore:(NSDate *)dueDate: calendars:(NSArray *)calendars: 解説 特定のカレンダーに属していて、指定の日時の前で特定のタスクが完了していないNSPredicateオブジェクトを返します。 返り値 ( NS…

taskPredicateWithUncompletedTasks:

** +(NSPredicate *)taskPredicateWithUncompletedTasks:(NSArray *)calendars: 解説 特定のカレンダーに属していて、特定のタスクが完了していないNSPredicateオブジェクトを返します。 返り値 ( NSPredicate * ) 引数 ( NSArray * )calendars フレームワー…

taskPredicateWithTasksCompletedSince:calendars:

** +(NSPredicate *)taskPredicateWithTasksCompletedSince:(NSDate *)completedSince: calendars:(NSArray *)calendars: 解説 特定の日から特定のカレンダーに属する特定の完成したタスクのNSPredicateオブジェクトを返します。 返り値 ( NSPredicate * ) …

taskPredicateWithCalendars:

** +(NSPredicate *)taskPredicateWithCalendars:(NSArray *)calendars: 解説 特定のカレンダーに属する特定のタスクのNSPredicateオブジェクトを返します。 返り値 ( NSPredicate * ) 引数 ( NSArray * )calendars フレームワーク CalendarStore クラス NSP…

eventPredicateWithStartDate:endDate:calendars:

** +(NSPredicate *)eventPredicateWithStartDate:(NSDate *)startDate: endDate:(NSDate *)endDate: calendars:(NSArray *)calendars: 解説 特定のカレンダーに属するデータ範囲の中で特定のイベントとしてNSPredicateオブジェクトを返します。 返り値 ( NS…

setPriority:

** -(void)setPriority:(CalPriority)priority: 解説 レシーバーのプロパティをセットします。 返り値 ( void ) 引数 ( CalPriority )priority フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

setDueDate:

** -(void)setDueDate:(NSDate *)dueDate: 解説 指定した日でレシーバーの期日をセットします。 返り値 ( void ) 引数 ( NSDate * )dueDate フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

setCompletedDate:

** -(void)setCompletedDate:(NSDate *)completedDate: 解説 指定した日でレシーバーの完了日をセットします。 返り値 ( void ) 引数 ( NSDate * )completedDate フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

priority

** 解説 このタスクの優先順位を返します。 返り値 ( CalPriority ) 引数 フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

isCompleted

** 解説 タスクが完了していればYESを、そうでなければNOを返します。 返り値 ( BOOL ) 引数 フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

initWithTitle:

** -(id)initWithTitle:(NSString *)title: 解説 指定のタイトルで新しくアロケートしたタスクオブジェクトを初期化します。 返り値 ( id ) 引数 ( NSString * )title フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

dueDate

** 解説 このタスクの期日を返します。 返り値 ( NSDate * ) 引数 フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

completedDate

** 解説 レシーバーの完了日を返します。 返り値 ( NSDate * ) 引数 フレームワーク CalendarStore クラス CalTask Instance Methods 使用可能 10.5 参照 例文

taskWithTitle:

** +(id)taskWithTitle:(NSString *)title: 解説 指定のタイトルで新しいタスクオブジェクトを作って初期化します。 返り値 ( id ) 引数 ( NSString * )title フレームワーク CalendarStore クラス CalTask Class Methods 使用可能 10.5 参照 例文

weeksOfTheMonth

** 解説 返り値 ( NSArray * ) 引数 フレームワーク CalendarStore クラス CalRecurrenceRule Instance Methods 使用可能 10.5 参照 例文

recurrenceType

** 解説 返り値 ( CalRecurrenceType ) 引数 フレームワーク CalendarStore クラス CalRecurrenceRule Instance Methods 使用可能 10.5 参照 例文

recurrenceInterval

** 解説 返り値 ( CalInterval ) 引数 フレームワーク CalendarStore クラス CalRecurrenceRule Instance Methods 使用可能 10.5 参照 例文

recurrenceDuration

** 解説 返り値 ( CalRecurrenceDuration ) 引数 フレームワーク CalendarStore クラス CalRecurrenceRule Instance Methods 使用可能 10.5 参照 例文

monthsOfTheYear

** 解説 返り値 ( NSArray * ) 引数 フレームワーク CalendarStore クラス CalRecurrenceRule Instance Methods 使用可能 10.5 参照 例文

initYearlyRecurrenceWithInterval:forMonthsOfTheYear:end:

** -(CalRecurrenceRule *)initYearlyRecurrenceWithInterval:(CalInterval)interval: forMonthsOfTheYear:(NSArray *)months: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( NSArray * )month…

initYearlyRecurrenceWithInterval:forDayOfWeek:forWeekOfMonth:forMonthsOfTheYear:end:

** -(CalRecurrenceRule *)initYearlyRecurrenceWithInterval:(CalInterval)interval: forDayOfWeek:(CalDayOfTheWeek *)weekDay: forWeekOfMonth:(CalWeekOfTheMonth *)monthWeek: forMonthsOfTheYear:(NSArray *)months: end:(CalRecurrenceDuration)durat…

initYearlyRecurrenceWithInterval:end:

** -(CalRecurrenceRule *)initYearlyRecurrenceWithInterval:(CalInterval)interval: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( CalRecurrenceDuration )duration フレームワーク Calenda…

initWeeklyRecurrenceWithInterval:forDaysOfTheWeek:end:

** -(CalRecurrenceRule *)initWeeklyRecurrenceWithInterval:(CalInterval)interval: forDaysOfTheWeek:(NSArray *)days: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( NSArray * )days ( Ca…

initWeeklyRecurrenceWithInterval:end:

** -(CalRecurrenceRule *)initWeeklyRecurrenceWithInterval:(CalInterval)interval: end:(CalRecurrenceDuration)duration : 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( CalRecurrenceDuration )duration フレームワーク Calend…

initMonthlyRecurrenceWithInterval:forDaysOfTheMonth:end:

** -(CalRecurrenceRule *)initMonthlyRecurrenceWithInterval:(CalInterval)interval: forDaysOfTheMonth:(NSArray *)monthDays: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( NSArray * )mo…

initMonthlyRecurrenceWithInterval:forDayOfWeek:forWeekOfMonth:end:

** -(CalRecurrenceRule *)initMonthlyRecurrenceWithInterval:(CalInterval)interval: forDayOfWeek:(CalDayOfTheWeek *)weekDay: forWeekOfMonth:(CalWeekOfTheMonth *)monthWeek: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule …

initMonthlyRecurrenceWithInterval:end:

** -(CalRecurrenceRule *)initMonthlyRecurrenceWithInterval:(CalInterval)interval: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( CalRecurrenceDuration )duration フレームワーク Calend…

initDailyRecurrenceWithInterval:end:

** -(CalRecurrenceRule *)initDailyRecurrenceWithInterval:(CalInterval)interval: end:(CalRecurrenceDuration)duration: 解説 返り値 ( CalRecurrenceRule * ) 引数 ( CalInterval )interval ( CalRecurrenceDuration )duration フレームワーク Calendar…