DateEncodingFormat
public enum DateEncodingFormat
The DateEncodingFormat enumeration defines the supported formats for persisiting properties of type Date.
-
time - Corresponds to the
timecolumn typeDeclaration
Swift
case time -
date - Corresponds to the
datecolumn typeDeclaration
Swift
case date -
timestamp - Corresponds to the
timestampcolumn type.Declaration
Swift
case timestamp -
double - This is the default encoding type and corresponds to Swifts encoding of
Date.Declaration
Swift
case double
View on GitHub
DateEncodingFormat Enumeration Reference