const NXTimeInterval Day
1 day = 24 hours
const NXTimeInterval Hour
1 hour = 60 minutes
const NXTimeInterval Millisecond
1 millisecond = 1,000,000 nanoseconds
NXTimeInterval NXTimeIntervalTimestamp(void)
Get the time interval since the application started.
int64_t NXTimeInterval
Time interval type representing nanoseconds as a 64-bit signed integer.
int32_t NXTimeIntervalMilliseconds(NXTimeInterval interval)
Converts a time interval to milliseconds.
A class for managing and manipulating string objects.
NXString * NXTimeIntervalDescription(NXTimeInterval interval, NXTimeInterval truncate)
Converts a time interval to a string representation.
const NXTimeInterval Nanosecond
Base unit: 1 nanosecond.
const NXTimeInterval Minute
1 minute = 60 seconds
const NXTimeInterval Second
1 second = 1000 milliseconds