Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実際の年を取得する必要がありますが、結果を検索すると常に 0001 になります。なぜですか?
コンポーネントを使用すると、日と月を取得できます。
いいえ、わかりました...変数を置くことを解決しました:
符号なし int unitFlags = NSDayCalendarUnit | NSMonthCalendarUnit | NSYearCalendarUnit | NSHourCalendarUnit | NSHourCalendarUnit | NSMinuteCalendarUnit;
NSDatecomponents オブジェクトのコンポーネントに割り当てます。