company logo

Date :: isEmpty - Is date empty

The function checks whether the date is empty or not. A date value is emty, when the number of days (toDays()) is less than 1.

Return value:  Success ( bool  )

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

Implementation details

bool Date  :: isEmpty (  )

The function returns true, when value is empty or false otherwise..