String
-
A date of this string si a date in ISO 8601 format.
Declaration
Swift
public var dateFromISO8601: Date? { get } -
A date of this string si a date in ISO 8601 format.
Declaration
Swift
public var dateFromISO8601WithoutZ: Date? { get } -
A date of this string si a date in simple date format. ex: 12!4!2014 or 12/4/2014
Declaration
Swift
public var simpleDate: Date? { get } -
A date of this string si a date in one of the format defined by RFC 3339.
Declaration
Swift
public var dateFromRFC3339: Date? { get } -
Undocumented
Declaration
Swift
public init(unwrappedDescrib object: Any?)
-
Declaration
Swift
public var entitySetID: String { get }
-
Return a new
Attribute.Filter.Expressionfrom text.Declaration
Swift
public var expression: Attribute.Filter.Expression { get }
String Extension Reference