structstd.time.epoch.MonthAndDay[src]

Fields

month: Month
day_index: u5

Source Code

Source code
pub const MonthAndDay = struct {
    month: Month,
    day_index: u5, // days into the month (0 to 30)
}