/ fm / liveswitch / Constants
Class: Constants
fm.liveswitch.Constants
A collection of platform-independent constant values.
Table of contents
Constructors
Methods
- getTypeString
- getHoursPerDay
- getMillisecondsPerDay
- getMillisecondsPerHour
- getMillisecondsPerMinute
- getMillisecondsPerSecond
- getMinutesPerDay
- getMinutesPerHour
- getNanosecondsPerTick
- getSecondsPerDay
- getSecondsPerHour
- getSecondsPerMinute
- getTicksPerDay
- getTicksPerHour
- getTicksPerMicrosecond
- getTicksPerMillisecond
- getTicksPerMinute
- getTicksPerSecond
Constructors
constructor
+ new Constants(): Constants
Returns: Constants
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:45
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:9
getHoursPerDay
▸ Static
getHoursPerDay(): number
Gets the number of hours in one day.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:64
getMillisecondsPerDay
▸ Static
getMillisecondsPerDay(): number
Gets the number of milliseconds in one hour.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:77
getMillisecondsPerHour
▸ Static
getMillisecondsPerHour(): number
Gets the number of milliseconds in one hour.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:90
getMillisecondsPerMinute
▸ Static
getMillisecondsPerMinute(): number
Gets the number of milliseconds in one minute.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:103
getMillisecondsPerSecond
▸ Static
getMillisecondsPerSecond(): number
Gets the number of milliseconds in one second.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:116
getMinutesPerDay
▸ Static
getMinutesPerDay(): number
Gets the number of minutes in one day.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:129
getMinutesPerHour
▸ Static
getMinutesPerHour(): number
Gets the number of minutes in one hour.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:142
getNanosecondsPerTick
▸ Static
getNanosecondsPerTick(): number
Gets the number of nanoseconds in one tick.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:155
getSecondsPerDay
▸ Static
getSecondsPerDay(): number
Gets the number of seconds in one day.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:168
getSecondsPerHour
▸ Static
getSecondsPerHour(): number
Gets the number of seconds in one hour.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:181
getSecondsPerMinute
▸ Static
getSecondsPerMinute(): number
Gets the number of seconds in one minute.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:194
getTicksPerDay
▸ Static
getTicksPerDay(): number
Gets the number of ticks in one day.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:207
getTicksPerHour
▸ Static
getTicksPerHour(): number
Gets the number of ticks in one hour.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:220
getTicksPerMicrosecond
▸ Static
getTicksPerMicrosecond(): number
Gets the number of ticks in one microsecond.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:233
getTicksPerMillisecond
▸ Static
getTicksPerMillisecond(): number
Gets the number of ticks in one millisecond.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:246
getTicksPerMinute
▸ Static
getTicksPerMinute(): number
Gets the number of ticks in one minute.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:259
getTicksPerSecond
▸ Static
getTicksPerSecond(): number
Gets the number of ticks in one second.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Constants.ts:272