Indicates whether the time portion of a specified TDateTime value occurs after noon.
function IsPM(const AValue: TDateTime): Boolean;
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!
|