datetime
Types
pub type DateTimeNaive {
DateTimeNaive(
year: Year,
month: Month,
day: Day,
hour: Hour,
minute: Minute,
second: Second,
)
}
Constructors
-
DateTimeNaive( year: Year, month: Month, day: Day, hour: Hour, minute: Minute, second: Second, )
pub type NaiveDate {
NaiveDate(hour: Hour, minute: Minute, second: Second)
}
Constructors
-
NaiveDate(hour: Hour, minute: Minute, second: Second)