String

extension String
extension String: Emptyable
extension String: EntitySetIdConvertible
  • 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?)

EntitySetIdConvertible

  • Declaration

    Swift

    public var entitySetID: String { get }

Expression