nn::fnd::TimeSpan::TimeSpan Constructor
TimeSpan(
ZeroOnly zeroOnly = 0
);
| Name | Description | |
|---|---|---|
| in | zeroOnly | Either omit this argument or set it to zero |
Constructor that initializes the time to 0.
If the argument is omitted, it acts as the default constructor and initializes the time to 0. This constructor with an argument is provided to make it possible to specify 0 in places where the time must be specified. No arguments except 0 can be passed to this function.
CONFIDENTIAL