projects/ngx-persian/src/lib/JDate/SimpleDate.interface.ts
A simple interface for grouping three important numbers of a date together: Year, month and day. Numbers could be in any calendar.
Properties |
day |
day:
|
Type : number
|
month |
month:
|
Type : number
|
year |
year:
|
Type : number
|