Calendar
public extension Calendar
-
Undocumented
Declaration
Swift
func dateFrom(_ year: String?, _ month: String? = nil, _ day: String? = nil) -> Date?
-
Undocumented
Declaration
Swift
func dateFrom(_ year: Int, _ month: Int? = nil, _ day: Int? = nil) -> Date?
-
Undocumented
Declaration
Swift
func dateFrom(year: Int, month: Int? = nil, day: Int? = nil) -> Date?
-
Undocumented
Declaration
Swift
func age(from date: Date) -> Int
-
Undocumented
Declaration
Swift
func age(from date: Date, for dateFrom: Date) -> Int
-
Undocumented
Declaration
Swift
func isLeap(year: Int) -> Bool
-
Undocumented
Declaration
Swift
func numberOfDays(year: Int, month: Int) -> Int?