#import <NSDateComponents.h>
Abgeleitet von NSObject, < NSCopying > und < NSCoding >.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - copyWithZone: |
| (void) | - encodeWithCoder: |
| (id) | - initWithCoder: |
| (id) | - calendar |
| (int) | - era |
| (int) | - year |
| (int) | - month |
| (int) | - day |
| (int) | - hour |
| (int) | - minute |
| (int) | - second |
| (int) | - week |
| (int) | - weekday |
| (int) | - weekdayOrdinal |
| (void) | - setCalendar: |
| (void) | - setEra: |
| (void) | - setYear: |
| (void) | - setMonth: |
| (void) | - setDay: |
| (void) | - setHour: |
| (void) | - setMinute: |
| (void) | - setSecond: |
| (void) | - setWeek: |
| (void) | - setWeekday: |
| (void) | - setWeekdayOrdinal: |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
Definiert in Zeile 12 der Datei NSDateComponents.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
| - (id) init |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) calendar |
| - (int) era |
| - (int) year |
| - (int) month |
| - (int) day |
| - (int) hour |
| - (int) minute |
| - (int) second |
| - (int) week |
| - (int) weekday |
| - (int) weekdayOrdinal |
| - (void) setCalendar: | (id) | fp8 |
| - (void) setEra: | (int) | fp8 |
| - (void) setYear: | (int) | fp8 |
| - (void) setMonth: | (int) | fp8 |
| - (void) setDay: | (int) | fp8 |
| - (void) setHour: | (int) | fp8 |
| - (void) setMinute: | (int) | fp8 |
| - (void) setSecond: | (int) | fp8 |
| - (void) setWeek: | (int) | fp8 |
| - (void) setWeekday: | (int) | fp8 |
| - (void) setWeekdayOrdinal: | (int) | fp8 |