FMLiveSwitchConstants Class Reference

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...
 

Detailed Description

A collection of platform-independent constant values.

Method Documentation

◆ constants

+ (FMLiveSwitchConstants*) constants

◆ hoursPerDay

+ (int) hoursPerDay

Gets the number of hours in one day.

◆ init

- (instancetype) init

◆ millisecondsPerDay

+ (int) millisecondsPerDay

Gets the number of milliseconds in one hour.

◆ millisecondsPerHour

+ (int) millisecondsPerHour

Gets the number of milliseconds in one hour.

◆ millisecondsPerMinute

+ (int) millisecondsPerMinute

Gets the number of milliseconds in one minute.

◆ millisecondsPerSecond

+ (int) millisecondsPerSecond

Gets the number of milliseconds in one second.

◆ minutesPerDay

+ (int) minutesPerDay

Gets the number of minutes in one day.

◆ minutesPerHour

+ (int) minutesPerHour

Gets the number of minutes in one hour.

◆ nanosecondsPerTick

+ (int) nanosecondsPerTick

Gets the number of nanoseconds in one tick.

◆ secondsPerDay

+ (int) secondsPerDay

Gets the number of seconds in one day.

◆ secondsPerHour

+ (int) secondsPerHour

Gets the number of seconds in one hour.

◆ secondsPerMinute

+ (int) secondsPerMinute

Gets the number of seconds in one minute.

◆ ticksPerDay

+ (long long) ticksPerDay

Gets the number of ticks in one day.

◆ ticksPerHour

+ (long long) ticksPerHour

Gets the number of ticks in one hour.

◆ ticksPerMicrosecond

+ (int) ticksPerMicrosecond

Gets the number of ticks in one microsecond.

◆ ticksPerMillisecond

+ (int) ticksPerMillisecond

Gets the number of ticks in one millisecond.

◆ ticksPerMinute

+ (int) ticksPerMinute

Gets the number of ticks in one minute.

◆ ticksPerSecond

+ (int) ticksPerSecond

Gets the number of ticks in one second.