nn::nex::DateTime::IsValid Member Function

Syntax

qBool IsValid() const;

Parameters

None.

Return Values



Value Description
true Valid time.
false Invalid time.

Description

Returns whether the set time is valid.

This function does not check the number of days for a specific month, or whether it is a leap year. It only checks whether the date is within a valid range.

See Also

DateTime::DateTime

Revision History

2011/01/27
Initial version.

CONFIDENTIAL