HourMinute

public struct HourMinute : Equatable

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

  • Hour as number.

    Declaration

    Swift

    public let hour: Int?
  • Minute as number.

    Declaration

    Swift

    public let minute: Int?