DayOfYearComponents
public struct DayOfYearComponents : Codable
An unlocalized gregorian date, scoped to a day, month, and year
Important
Date components are 1-indexed. For example, aDayOfYearComponents.month equal
to 1 refers to January.
DayOfYearComponents Structure Reference