FracSec.nsecs

The value of this FracSec as nsecs.

Note that this does not give you any greater precision than setting the value of this FracSec as hnsecs.

  1. int nsecs [@property getter]
  2. long nsecs [@property setter]
    struct FracSec
    @safe pure @property
    void
    nsecs
    (
    long nsecs
    )

Parameters

nsecs
Type: long

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