nn::fnd::TimeSpan::TimeSpan Constructor

Syntax

TimeSpan(
     ZeroOnly zeroOnly = 0
);

Arguments

Name Description
in zeroOnly Either omit this argument or set it to zero

Description

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL