org.symphonyoss.time.moment [E]
An entity describing a moment in time with an optional annotation.
Version 0.2
Name | Type | Cardinality | Description |
at | 1 | The moment in time. | |
annotation | 0..1 | A textual annotation. | |
presentationML | PresentationML | 1 | Default rendering |
Example
PresentationML
<presentationML> Looks like it has turned here at <div class="entity" data-entity_id="may20"> 20-May-2016 </div> </presentationML>
EntityJSON
"may20": { "type": ”org.symphonyoss.time.moment”, "version": "0.2", ”at”: { "type": ”org.symphonyoss.time.millis”, "value": 1463758200000 } }
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.