IsPMNow Function
Returns True if the current Time is a PM value.

Unit
QESBPCSDateTime

Declaration
Function IsPMNow: Boolean;

Category
Date/Time Comparison

Implementation

function IsPMNow: Boolean;
begin
     Result := not IsAMNow;
End;


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