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.