grahan — the open-source sky engine
GitHub
npm
Preparing search index...
@grahan/calendars
AdDate
Interface AdDate
A Gregorian calendar date (no time, no timezone attached).
interface
AdDate
{
day
:
number
;
month
:
number
;
year
:
number
;
}
Hierarchy (
View Summary
)
AdDate
AdDateInfo
Index
Properties
day
month
year
Properties
day
day
:
number
month
month
:
number
1–12
year
year
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
day
month
year
GitHub
npm
grahan — the open-source sky engine
Loading...
A Gregorian calendar date (no time, no timezone attached).