TNDayOfMonth

@objcMembers
public final class TNDayOfMonth : NSObject, EnumCodecable

@param year Calendar year @param month Calendar month (1-12) @param day Calendar day (1-31)

  • Undocumented

    Declaration

    Swift

    public let year: Int
  • Undocumented

    Declaration

    Swift

    public let month: Int
  • day

    Undocumented

    Declaration

    Swift

    public let day: Int
  • Undocumented

    Declaration

    Swift

    public init(year: Int, month: Int, day: Int)
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Undocumented

    Declaration

    Swift

    public override var hash: Int { get }
  • Undocumented

    Declaration

    Swift

    public override var description: String { get }
  • Undocumented

    Declaration

    Swift

    public static func fromString(_ string: String) throws -> TNDayOfMonth
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws