FracSec.usecs

The value of this FracSec as microseconds.

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

Parameters

microseconds
Type: int

The number of microseconds 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