var calendarIdentifier : NSCalendar.Identifier
An identifier for the calendar.
カレンダーに対する識別子。
var firstWeekday : Int
The index of the first weekday of the receiver.
レシーバの最初の曜日のインデックス。
var locale: Locale?
The locale of the receiver.
レシーバのロケール。
func maximumRange (of: NSCalendar.Unit) -> NSRange
Returns the maximum range limits of the values that a given unit can take on.
与えられた単位が取ることができる値の最大限の範囲限界を返します。
func minimumRange (of: NSCalendar.Unit) -> NSRange
Returns the minimum range limits of the values that a given unit can take on.
与えられた単位が取ることができる値の最小限の範囲限界を返します。
var minimumDaysInFirstWeek : Int
The minimum number of days in the first week of the receiver.
レシーバの最初の週における最も小さい日にち。
func ordinality(of: NSCalendar.Unit, in: NSCalendar.Unit, for: Date) -> Int
Returns, for a given absolute time, the ordinal number of a smaller calendar unit (such as a day) within a specified larger calendar unit (such as a week).
与えられた絶対時間に対して、指定されたより大きいカレンダー単位(例えば週)内のより小さいカレンダー単位(例えば日にち)の順序数を返します。
func range(of: NSCalendar.Unit, in: NSCalendar.Unit, for: Date) -> NSRange
Returns the range of absolute time values that a smaller calendar unit (such as a day) can take on in a larger calendar unit (such as a month) that includes a specified absolute time.
指定された絶対時間を含むより大きいカレンダー単位(例えば月)の中で、より小さいカレンダー単位(例えば日にち)が取ることができる絶対時間値からなる範囲を返します。
func range(of: NSCalendar.Unit, start: AutoreleasingUnsafeMutablePointer<NSDate?>?, interval: UnsafeMutablePointer<TimeInterval>?, for: Date) -> Bool
Returns by reference the starting time and duration of a given calendar unit that contains a given date.
与えられた日付を含む与えられたカレンダー単位での開始時間と期間を参照によって返します。
func range(ofWeekendStart : AutoreleasingUnsafeMutablePointer<NSDate?>?, interval: UnsafeMutablePointer<TimeInterval>?, containing: Date) -> Bool
Returns whether a given date falls within a weekend period, and if so, returns by reference the start date and time interval of the weekend range.
与えられた日付がある週末期間の範囲に収まるかどうかを返します、そしてもしそうならば、参照によってその週末範囲の開始日付と時間間隔を返します。
struct NSCalendar.Unit
Calendrical units such as year, month, day and hour.
カレンダーに関する単位、例えば年、月、日にちと時刻。