IsMidnightNow Function
Returns True if the current Time represents Midnight, 12:00am.

Unit
QESBPCSDateTime

Declaration
Function IsMidnightNow: Boolean;

Category
Date/Time Comparison

Implementation

function IsMidnightNow: Boolean;
begin
     Result := Frac (Time) = 0.0;
End;


HTML generated by Time2HELP
http://www.time2help.com