Absolute Delivery Time - modelint/shlaer-mellor-metamodel GitHub Wiki
A specified point in time when a signal will be delivered to its destination.
Identifiers
- Action + Activity + Domain
Attributes
When
The time value. In general, you can think of it like a timestamp. For example, this kind of value could work: 2022-2-9-09-50-PST
.
Type: Time
Various operations supported by the Time type can be made available to suit whatever format your particular application demands.
Consider some variable named coffee time
typed as Time
. Then coffee time.HM_24
might yield the value 15:00
.