Search Results for

    Show / Hide Table of Contents

    Class Constants

    A collection of platform-independent constant values.

    Inheritance
    System.Object
    Constants
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Constants

    Properties

    HoursPerDay

    Gets the number of hours in one day.

    Declaration
    public static int HoursPerDay { get; }
    Property Value
    Type Description
    System.Int32

    MillisecondsPerDay

    Gets the number of milliseconds in one hour.

    Declaration
    public static int MillisecondsPerDay { get; }
    Property Value
    Type Description
    System.Int32

    MillisecondsPerHour

    Gets the number of milliseconds in one hour.

    Declaration
    public static int MillisecondsPerHour { get; }
    Property Value
    Type Description
    System.Int32

    MillisecondsPerMinute

    Gets the number of milliseconds in one minute.

    Declaration
    public static int MillisecondsPerMinute { get; }
    Property Value
    Type Description
    System.Int32

    MillisecondsPerSecond

    Gets the number of milliseconds in one second.

    Declaration
    public static int MillisecondsPerSecond { get; }
    Property Value
    Type Description
    System.Int32

    MinutesPerDay

    Gets the number of minutes in one day.

    Declaration
    public static int MinutesPerDay { get; }
    Property Value
    Type Description
    System.Int32

    MinutesPerHour

    Gets the number of minutes in one hour.

    Declaration
    public static int MinutesPerHour { get; }
    Property Value
    Type Description
    System.Int32

    NanosecondsPerTick

    Gets the number of nanoseconds in one tick.

    Declaration
    public static int NanosecondsPerTick { get; }
    Property Value
    Type Description
    System.Int32

    SecondsPerDay

    Gets the number of seconds in one day.

    Declaration
    public static int SecondsPerDay { get; }
    Property Value
    Type Description
    System.Int32

    SecondsPerHour

    Gets the number of seconds in one hour.

    Declaration
    public static int SecondsPerHour { get; }
    Property Value
    Type Description
    System.Int32

    SecondsPerMinute

    Gets the number of seconds in one minute.

    Declaration
    public static int SecondsPerMinute { get; }
    Property Value
    Type Description
    System.Int32

    TicksPerDay

    Gets the number of ticks in one day.

    Declaration
    public static long TicksPerDay { get; }
    Property Value
    Type Description
    System.Int64

    TicksPerHour

    Gets the number of ticks in one hour.

    Declaration
    public static long TicksPerHour { get; }
    Property Value
    Type Description
    System.Int64

    TicksPerMicrosecond

    Gets the number of ticks in one microsecond.

    Declaration
    public static int TicksPerMicrosecond { get; }
    Property Value
    Type Description
    System.Int32

    TicksPerMillisecond

    Gets the number of ticks in one millisecond.

    Declaration
    public static int TicksPerMillisecond { get; }
    Property Value
    Type Description
    System.Int32

    TicksPerMinute

    Gets the number of ticks in one minute.

    Declaration
    public static int TicksPerMinute { get; }
    Property Value
    Type Description
    System.Int32

    TicksPerSecond

    Gets the number of ticks in one second.

    Declaration
    public static int TicksPerSecond { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.17.0