Click or drag to resize

Constants Class

A collection of platform-independent constant values.
Inheritance Hierarchy
SystemObject
  FM.IceLinkConstants

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Constants type exposes the following members.

Constructors
  NameDescription
Public methodConstants
Initializes a new instance of the Constants class
Top
Properties
  NameDescription
Public propertyStatic memberHoursPerDay
Gets the number of hours in one day.
Public propertyStatic memberMillisecondsPerDay
Gets the number of milliseconds in one hour.
Public propertyStatic memberMillisecondsPerHour
Gets the number of milliseconds in one hour.
Public propertyStatic memberMillisecondsPerMinute
Gets the number of milliseconds in one minute.
Public propertyStatic memberMillisecondsPerSecond
Gets the number of milliseconds in one second.
Public propertyStatic memberMinutesPerDay
Gets the number of minutes in one day.
Public propertyStatic memberMinutesPerHour
Gets the number of minutes in one hour.
Public propertyStatic memberSecondsPerDay
Gets the number of seconds in one day.
Public propertyStatic memberSecondsPerHour
Gets the number of seconds in one hour.
Public propertyStatic memberSecondsPerMinute
Gets the number of seconds in one minute.
Public propertyStatic memberTicksPerDay
Gets the number of ticks in one day.
Public propertyStatic memberTicksPerHour
Gets the number of ticks in one hour.
Public propertyStatic memberTicksPerMillisecond
Gets the number of ticks in one millisecond.
Public propertyStatic memberTicksPerMinute
Gets the number of ticks in one minute.
Public propertyStatic memberTicksPerSecond
Gets the number of ticks in one second.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also