interface LocalDateTime {
    date: LocalDate;
    time: LocalTime;
}

Properties

Properties

date: LocalDate
time: LocalTime

Generated using TypeDoc