TinkMoneyManagerUI Documentation Beta

Structure Month

public struct Month: Hashable, Comparable
Month Month Hashable Hashable Month->Hashable Comparable Comparable Month->Comparable

Conforms To

Comparable
Hashable

Initializers

init(year:​month:​)

public init(year: Int, month: Int)

Properties

year

var year: Int

month

var month: Int

Methods

<(lhs:​rhs:​)

public static func <(lhs: Month, rhs: Month) -> Bool