[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

DateRecord

inherits from Object
inherits from HasDate

Object <- DateRecord



Operations

Get list of all operations

Class DateRecord defines no new operations.


Attributes

Get list of all attributes

Class DateRecord defines no new attributes.


Fields

Field Type
HasDate: dateCreated: Signed
timeCreated: Unsigned
dateModified: Signed
timeModified: Unsigned


Instance template

instance DateRecord tag;
    dateCreated: 0;
    timeCreated: 0;
   dateModified: 0;
   timeModified: 0;
end instance;

Class definition

Define Class DateRecord;
    inherits from Object;
    inherits from HasDate;
end class;