View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Operations | Constraints

Parent Package: date_time
Class DV_DATE


DV_TEMPORAL
   |
   +--DV_DATE

Implemented Classifiers:
       ISO8601_DATE
Represents an absolute point in time, as measured on the Gregorian calendar, and specified only to the day. Semantics defined by ISO 8601.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 value : String  --  ISO8601 date string 


Operations
SignatureConstraintsDocumentation
 magnitude() : Integer 
post: Result >= 0  
numeric value of the date as seconds since the calendar origin point 1/1/0000 

Constraints
NameExpression
Value_validinv: valid_iso8601_date(value)