FMIceLinkConstants Class Reference

Inherits from NSObject
Declared in FMIceLinkConstants.h
FMIceLinkConstants.m

Overview

A collection of platform-independent constant values.

+ hoursPerDay

Gets the number of hours in one day.
+ (int)hoursPerDay

Discussion

Gets the number of hours in one day.

Declared In

FMIceLinkConstants.h

+ millisecondsPerDay

Gets the number of milliseconds in one hour.
+ (int)millisecondsPerDay

Discussion

Gets the number of milliseconds in one hour.

Declared In

FMIceLinkConstants.h

+ millisecondsPerHour

Gets the number of milliseconds in one hour.
+ (int)millisecondsPerHour

Discussion

Gets the number of milliseconds in one hour.

Declared In

FMIceLinkConstants.h

+ millisecondsPerMinute

Gets the number of milliseconds in one minute.
+ (int)millisecondsPerMinute

Discussion

Gets the number of milliseconds in one minute.

Declared In

FMIceLinkConstants.h

+ millisecondsPerSecond

Gets the number of milliseconds in one second.
+ (int)millisecondsPerSecond

Discussion

Gets the number of milliseconds in one second.

Declared In

FMIceLinkConstants.h

+ minutesPerDay

Gets the number of minutes in one day.
+ (int)minutesPerDay

Discussion

Gets the number of minutes in one day.

Declared In

FMIceLinkConstants.h

+ minutesPerHour

Gets the number of minutes in one hour.
+ (int)minutesPerHour

Discussion

Gets the number of minutes in one hour.

Declared In

FMIceLinkConstants.h

+ secondsPerDay

Gets the number of seconds in one day.
+ (int)secondsPerDay

Discussion

Gets the number of seconds in one day.

Declared In

FMIceLinkConstants.h

+ secondsPerHour

Gets the number of seconds in one hour.
+ (int)secondsPerHour

Discussion

Gets the number of seconds in one hour.

Declared In

FMIceLinkConstants.h

+ secondsPerMinute

Gets the number of seconds in one minute.
+ (int)secondsPerMinute

Discussion

Gets the number of seconds in one minute.

Declared In

FMIceLinkConstants.h

+ ticksPerDay

Gets the number of ticks in one day.
+ (long long)ticksPerDay

Discussion

Gets the number of ticks in one day.

Declared In

FMIceLinkConstants.h

+ ticksPerHour

Gets the number of ticks in one hour.
+ (long long)ticksPerHour

Discussion

Gets the number of ticks in one hour.

Declared In

FMIceLinkConstants.h

+ ticksPerMillisecond

Gets the number of ticks in one millisecond.
+ (int)ticksPerMillisecond

Discussion

Gets the number of ticks in one millisecond.

Declared In

FMIceLinkConstants.h

+ ticksPerMinute

Gets the number of ticks in one minute.
+ (int)ticksPerMinute

Discussion

Gets the number of ticks in one minute.

Declared In

FMIceLinkConstants.h

+ ticksPerSecond

Gets the number of ticks in one second.
+ (int)ticksPerSecond

Discussion

Gets the number of ticks in one second.

Declared In

FMIceLinkConstants.h