RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.IsPM Function

Indicates whether the time portion of a specified TDateTime value occurs after noon.

Pascal
function IsPM(const AValue: TDateTime): Boolean;
C++
Boolean IsPM(const TDateTime AValue);

DateUtils

IsPM returns true if the time portion of AValue occurs on or after 12:00 noon and before 12:00 midnight. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!