System.DateUtils.DayOfTheMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DayOfTheMonth(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall DayOfTheMonth(const System::TDateTime AValue);

Properties

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

Description

Returns the day of the month represented by a TDateTime value.

Call DayOfTheMonth to obtain the day of the month represented by a specified TDateTime value. DayOfTheMonth returns a value from 1 through 31.

Note: DayOfTheMonth returns the same value as the DayOf function.

See Also


Code Examples