System.DateUtils.SecondOfTheMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SecondOfTheMonth(const AValue: TDateTime): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall SecondOfTheMonth(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 number of seconds between a specified TDateTime value and 12:00:00 A.M. on the first day of the month.

Call SecondOfTheMonth to obtain the number of seconds between AValue and 12:00:00 A.M. on the first day of the month that includes AValue.

See Also


Code Examples

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.DateUtils.SecondOfTheMonth&oldid=624589"