interfacesInterface: BusinessDayVersion: 4.2On this pageInterface: 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.