DateTime

A struct containing information about both a date and a time

struct DateTime {}

Members

Variables

date
Date date;

The date

time
Time time;

The time

Meta