FracSec.msecs

The value of this FracSec as milliseconds.

  1. int msecs [@property getter]
  2. int msecs [@property setter]
    struct FracSec
    @safe pure @property
    void
    msecs

Parameters

milliseconds
Type: int

The number of milliseconds passed the second.

Throws

TimeException if the given value is not less than 1 second and greater than a -1 seconds.

Suggestion Box / Bug Report