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

Parent Package: date_time
Class DV_TIME


DV_TEMPORAL
   |
   +--DV_TIME

Implemented Classifiers:
       ISO8601_TIME
Represents an absolute point in time from an origin usually interpreted as meaning the start of the current day, specified to the second. Semantics defined by ISO 8601.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 value : String  --  ISO8601 time string 


Operations
SignatureConstraintsDocumentation
 magnitude() : double 
post: Result >= 0.0  
Numeric value of the time as seconds since the start of day 

Constraints
NameExpression
Value_validinv: valid_iso8601_time(value)