LCDate
public final class LCDate : NSObject, LCValue, LCValueExtension
extension LCDate: LCDateConvertible
LeanCloud date type.
This type used to represent a point in UTC time.
-
Undocumented
Declaration
Swift
public private(set) var value: Date { get }
-
Undocumented
Declaration
Swift
public var isoString: String { get }
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public convenience init(_ value: Date)
-
Undocumented
Declaration
Swift
public convenience init(_ date: LCDate)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder)
-
Undocumented
Declaration
Swift
public func copy(with zone: NSZone?) -> Any
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
-
Declaration
Swift
public var jsonValue: Any { get }
-
Declaration
Swift
public var rawValue: Any { get }
-
Undocumented
Declaration
Swift
public var lcValue: LCValue { get }
-
Undocumented
Declaration
Swift
public var lcDate: LCDate { get }