DayMonth

public struct DayMonth : Equatable

A struct to represent a simplified version of same frames that contain day and month data. Used only as return type inside ID3TagContentReader.

  • day

    Day of the month as number.

    Declaration

    Swift

    public let day: Int?
  • Month as number.

    Declaration

    Swift

    public let month: Int?