System.DateUtils.IsAM

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsAM(const AValue: TDateTime): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsAM(const System::TDateTime AValue);

Properties

Type Visibility Source Unit Parent
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

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

IsAM returns True if the time portion of AValue occurs after 00:00 (midnight) and before or at 12:00 (noon).

See Also