local_time
EXPRESS specification:
ENTITY
local_time;
hour_component
:
hour_in_day
;
minute_component
:
OPTIONAL
minute_in_hour
;
second_component
:
OPTIONAL
second_in_minute
;
zone
:
coordinated_universal_time_offset
;
WHERE
WRL21
:
valid_time (SELF);
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
date_and_time
Entity
Attribute 'time_component'
No Diagram
select_generic_item
Select
Select relation
No Diagram
Inheritance graph
ENTITY
local_time;
ENTITY
local_time
;
hour_component
:
hour_in_day
;
minute_component
:
OPTIONAL
minute_in_hour
;
second_component
:
OPTIONAL
second_in_minute
;
zone
:
coordinated_universal_time_offset
;
END_ENTITY
;