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

twoDigitStartDate

The earliest date that can be denoted by a two-digit year specifier. 2桁の年指定子によって示すことが可能な最も早い日付。

Declaration 宣言

@property(copy) NSDate *twoDigitStartDate;

Discussion 議論

If the two-digit start date is set to January 6, 1976, then “January 1, 76” is interpreted as New Year's Day in 2076, whereas “February 14, 76” is interpreted as Valentine's Day in 1976. 2桁開始日付が January 6, 1976 ならば、その時 “January 1, 76” は2076年の元旦と解釈されます、一方で “February 14, 76” は1976年のバレンタインデーと解釈されます。

By default, this property is equal to December 31, 1949. 初期状態で、このプロパティは December 31, 1949 に等しいです。

See Also 参照

Managing Attributes 属性を管理する