org.symphonyoss.time.range [E]
An entity describing a period of time with an optional annotation.
Version 0.2
Name | Type | Cardinality | Description |
from | 1 | The start of the period of time (inclusive). | |
to | 1 | The end of the period of time (inclusive). | |
annotation | 0..1 | A textual annotation. | |
presentationML | PresentationML | 1 | Default rendering |
Example
PresentationML
<presentationML> Period of interest <div class="entity" data-entity_id="may20">. from Friday, May 20, 2016 14:20:00 PST until Sunday, May 22, 2016 07:30:00 PST </div> </presentationML>
EntityJSON
"may20": { "type": ”org.symphonyoss.time.range”, "version": "0.2", ”from”: { "type": ”org.symphonyoss.time.millis”, "value": 1463754000000 }, ”to”: { "type": ”org.symphonyoss.time.millis”, "value": 1463931000000 } "annotation": { "type": "org.symphonyoss.string", "value": "Period of interest." }
Need help? Email help@finos.org
we'll get back to you.
Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.