67 - (
BOOL)year:(uint16_t *)year
68 month:(uint8_t *)month
70 weekday:(uint8_t *)weekday;
84 - (
BOOL)hours:(uint8_t *)hours
85 minutes:(uint8_t *)minutes
86 seconds:(uint8_t *)seconds
87 nanoseconds:(uint32_t *)nanoseconds;
99 - (
BOOL)setYear:(uint16_t)year month:(uint8_t)month day:(uint8_t)day;
113 - (
BOOL)setHours:(uint8_t)hours
114 minutes:(uint8_t)minutes
115 seconds:(uint8_t)seconds
116 nanoseconds:(uint32_t)nanoseconds;
System management functions.
A class for representing and manipulating dates.
int64_t NXTimeInterval
Time interval type representing nanoseconds as a 64-bit signed integer.
bool BOOL
A Boolean value.
NXDate * date()
Creates and returns a new date set to the current date and time.
The base class for objects in the Foundation framework.
Time interval type and constants for duration measurements.
Represents a system date and time structure.
A protocol that defines JSON methods for an Object.
sys_date_t _date
Date and time representation.