company logo

Time :: isEmpty - Is time empty

A time value is empty when the internal value is less than negative.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool Time  :: isEmpty (  )

The function returns true when the time value is empty and false otherwise.