# Functions
MonthOf returns the Month in which a time occurs in that time's location.
NewMonth returns a new Month.
ParseDateToMonth parses a string in RFC3339 full-date format and returns the Month value it represents.
ParseMonth parses a "YYYY-MM" string and returns the Month value it represents.
# Type aliases
Month is a month in a specific year.