Module chrono::naive::internals

source ·
Expand description

Internal helper types for working with dates.

Structs

  • Mdf 🔒
    Month, day of month and year flags: (month << 9) | (day << 4) | flags M_MMMD_DDDD_LFFF
  • Year flags (aka the dominical letter).

Constants