Durations - bali-nebula/go-component-framework GitHub Wiki

Overview

A duration is a primitive element that represents a duration in time independent of location. A time duration may be the difference between two moments in time, and a duration may be added to or subtracted from a moment in time to give a new moment in time. Duration elements are also scalable.

UML Diagram

A Quick Example

To whet your appetite, here is some short example code that demonstrates the behavior of durations.

TBD...