%DeepSee.Datatype.dateTime
datatype class %DeepSee.Datatype.dateTime extends %Library.Date
ODBC Type: DATE
Used to represent dates within DeepSee. This datatype can contain a complete $H value with days and seconds.Method Inventory
Methods
classmethod IsValid(%val As %RawString) as %Status
Validate $H value, ignore parameters.
classmethod Normalize(%val As %RawString) as %Date
Converts %val to a normalized value.