A collection of platform-independent constant values. More...
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(FMLiveSwitchConstants *) | + constants |
(int) | + hoursPerDay |
Gets the number of hours in one day. More... | |
(int) | + millisecondsPerDay |
Gets the number of milliseconds in one hour. More... | |
(int) | + millisecondsPerHour |
Gets the number of milliseconds in one hour. More... | |
(int) | + millisecondsPerMinute |
Gets the number of milliseconds in one minute. More... | |
(int) | + millisecondsPerSecond |
Gets the number of milliseconds in one second. More... | |
(int) | + minutesPerDay |
Gets the number of minutes in one day. More... | |
(int) | + minutesPerHour |
Gets the number of minutes in one hour. More... | |
(int) | + nanosecondsPerTick |
Gets the number of nanoseconds in one tick. More... | |
(int) | + secondsPerDay |
Gets the number of seconds in one day. More... | |
(int) | + secondsPerHour |
Gets the number of seconds in one hour. More... | |
(int) | + secondsPerMinute |
Gets the number of seconds in one minute. More... | |
(long long) | + ticksPerDay |
Gets the number of ticks in one day. More... | |
(long long) | + ticksPerHour |
Gets the number of ticks in one hour. More... | |
(int) | + ticksPerMicrosecond |
Gets the number of ticks in one microsecond. More... | |
(int) | + ticksPerMillisecond |
Gets the number of ticks in one millisecond. More... | |
(int) | + ticksPerMinute |
Gets the number of ticks in one minute. More... | |
(int) | + ticksPerSecond |
Gets the number of ticks in one second. More... | |
A collection of platform-independent constant values.
+ (FMLiveSwitchConstants*) constants |
+ (int) hoursPerDay |
Gets the number of hours in one day.
- (instancetype) init |
+ (int) millisecondsPerDay |
Gets the number of milliseconds in one hour.
+ (int) millisecondsPerHour |
Gets the number of milliseconds in one hour.
+ (int) millisecondsPerMinute |
Gets the number of milliseconds in one minute.
+ (int) millisecondsPerSecond |
Gets the number of milliseconds in one second.
+ (int) minutesPerDay |
Gets the number of minutes in one day.
+ (int) minutesPerHour |
Gets the number of minutes in one hour.
+ (int) nanosecondsPerTick |
Gets the number of nanoseconds in one tick.
+ (int) secondsPerDay |
Gets the number of seconds in one day.
+ (int) secondsPerHour |
Gets the number of seconds in one hour.
+ (int) secondsPerMinute |
Gets the number of seconds in one minute.
+ (long long) ticksPerDay |
Gets the number of ticks in one day.
+ (long long) ticksPerHour |
Gets the number of ticks in one hour.
+ (int) ticksPerMicrosecond |
Gets the number of ticks in one microsecond.
+ (int) ticksPerMillisecond |
Gets the number of ticks in one millisecond.
+ (int) ticksPerMinute |
Gets the number of ticks in one minute.
+ (int) ticksPerSecond |
Gets the number of ticks in one second.