%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 (Including Private)
Methods (Including Private)
classmethod IsValid(%val As %RawString) as %Status [ Language = objectscript ]
Validate $H value, ignore parameters.
classmethod Normalize(%val As %RawString) as %Date [ Language = objectscript ]
Converts %val to a normalized value.