Function inMilliseconds

  • Calculates the millisecond value of the specified number of units of time.

    Returns

    The count multiplied by the specified duration.

    Parameters

    • count: number

      The number of units of time.

    • duration: Duration

      The unit of time to count.

    Returns number