Instance Property インスタンスプロパティ

gregorianStartDate

The start date of the Gregorian calendar for the receiver. レシーバに対するグレゴリオ暦の開始日付。

Declaration 宣言

var gregorianStartDate: Date? { get set }

Discussion 議論

This is used to specify the start date for the Gregorian calendar switch from the Julian calendar. Different locales switched at different times. Normally you should just accept the locale's default date for the switch. これは、ユリウス暦から切り替えるグレゴリオ暦に対する開始日を指定するために使われます。異なるロケールは、異なる時間で切り替えられます。通常あなたは切り替えに対してロケールの持つ省略時の日付だけを受け入れるべきです。

See NSCalendar for more information. NSCalendarをさらなる情報として見てください。

See Also 参照

Managing Attributes 属性を管理する