DayOfMonth
@objcMembers
public class DayOfMonth : NSObject, Codable
Represents a specific day in a month
Parameters
year
|
Calendar year (Calendar.YEAR) |
month
|
Month of the year (Calendar.MONTH) |
day
|
Day of the month (Calendar.DAY_OF_MONTH) |
-
Undocumented
Declaration
Swift
public let year: Int
-
Undocumented
Declaration
Swift
public let month: Int
-
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 }