DateTime

public struct DateTime : Equatable

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

  • day

    Day value.

    Declaration

    Swift

    public var day: Int?
  • Month value.

    Declaration

    Swift

    public var month: Int?
  • Year value.

    Declaration

    Swift

    public var year: Int?
  • Hour value.

    Declaration

    Swift

    public var hour: Int?
  • Minute value.

    Declaration

    Swift

    public var minute: Int?