|
ENTITY Local_time; hour_component : hour_in_day; minute_component : OPTIONAL minute_in_hour; second_component : OPTIONAL second_in_minute; zone : Time_offset; END_ENTITY; -- Local_time |
Entity data types and their attributesLocal_timehour_component: hour_in_day; (OPT) minute_component: minute_in_hour; (OPT) second_component: second_in_minute; zone: Time_offset; |
Global rules for this entity data type- |