Skip to main content
Version: 4.1

Interface: BusinessDay

Represents a time as a day/month/year.

Example

const day = { year: 2019, month: 6, day: 1 }; // June 1, 2019

Properties

year

year: number

The year.


month

month: number

The month.


day

day: number

The day.