mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 13:08:49 +02:00
* Month constants appeared in Delphi
git-svn-id: trunk@48716 -
This commit is contained in:
parent
ef8d520e82
commit
1357eedf09
@ -44,6 +44,19 @@ const
|
||||
DaySaturday = 6;
|
||||
DaySunday = 7;
|
||||
|
||||
MonthJanuary = 1;
|
||||
MonthFebruary = 2;
|
||||
MonthMarch = 3;
|
||||
MonthApril = 4;
|
||||
MonthMay = 5;
|
||||
MonthJune = 6;
|
||||
MonthJuly = 7;
|
||||
MonthAugust = 8;
|
||||
MonthSeptember = 9;
|
||||
MonthOctober = 10;
|
||||
MonthNovember = 11;
|
||||
MonthDecember = 12;
|
||||
|
||||
// Fraction of a day
|
||||
OneHour = TDateTime(1)/HoursPerDay;
|
||||
OneMinute = TDateTime(1)/MinsPerDay;
|
||||
|
Loading…
Reference in New Issue
Block a user