FracSec.hnsecs

The value of this FracSec as hnsecs.

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

Parameters

hnsecs
Type: int

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