fynda |
curiousxp | есть ли в фб аналоги функции delphi startofayear(), endofayear(), etc? |
А что они делают? |
Returns a TDateTime value that represents 12:00:00:00 AM on the first day of a specified year.
function StartOfAYear(const AYear): TDateTime;
Description
StartOfAYear returns the first expressible moment (January 1 at 12:00:000 AM) of the year specified by the AYear parameter.