DateTimeEntity
class DateTimeEntity : NSObject
A date and time entity extracted from text.
-
The parsed date and time.
Declaration
Swift
var dateTime: Date { get }
-
The granularity of the date and time.
Declaration
Swift
var dateTimeGranularity: DateTimeGranularity { get }
-
Unavailable.