-
Declaration
Swift
public var day: Int -
Declaration
Swift
public var month: Int -
Declaration
Swift
public var year: Int -
Declaration
Swift
public var hour: Int -
Declaration
Swift
public var minute: Int -
Declaration
Swift
public var second: Int -
Declaration
Swift
public var timezone: TimeZone -
Declaration
Swift
public var locale: Locale -
Declaration
Swift
public var calendar: Calendar -
Undocumented
Declaration
Swift
public init(day: Int = 1, month: Int = 1, year: Int = 1970, hour: Int = 0, minute: Int = 0, second: Int = 0, timezone: TimeZone = .current, locale: Locale = .current, calendar: Calendar = .current)
View on GitHub
CoreDateTime Structure Reference