Skip to content

Commit

Permalink
Implement SwiftDate/malcommac#819
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Spencer committed Apr 11, 2024
1 parent e3f79cb commit 3828ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/SwiftDate/Supports/TimeStructures.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public struct Year: CustomStringConvertible, Equatable {
// MARK: - Month

/// Defines months in a year
public enum Month: Int, CustomStringConvertible, Equatable {
///
public enum Month: Int, CaseIterable, CustomStringConvertible, Equatable {
case january = 0, february, march, april, may, june, july, august, september, october, november, december

public var description: String {
Expand Down

0 comments on commit 3828ce0

Please sign in to comment.