IDate
pentaho.type.spec. IDate
The spec.IDate
interface describes a date value in object form.
Source: doc-js/pentaho/type/spec/IDate.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
f : | An alias for |
formatted : | The formatted value. |
v : | An alias for |
value : | The underlying date value. |
Members Details
_: |
---|
An inline type reference of the value's type. Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27 Inherited From: pentaho.type.spec.IInstance#_ |
f: |
---|
An alias for Source: doc-js/pentaho/type/spec/ISimple.jsdoc, line 78 Inherited From: pentaho.type.spec.ISimple#f |
formatted: |
---|
The formatted value. When unspecified, or specified as a Property Only one of Source: doc-js/pentaho/type/spec/ISimple.jsdoc, line 56 Inherited From: pentaho.type.spec.ISimple#formatted |
v: |
---|
An alias for Source: doc-js/pentaho/type/spec/IDate.jsdoc, line 53 Overrides: pentaho.type.spec.ISimple#v |
value: |
---|
The underlying date value. Property One and only one of The value can either be a native JavaScript Examples of dates in this format include:
When serialized as JSON, the canonical form is a string in ISO-8601 format, with all fields defined, and with time in UTC. Source: doc-js/pentaho/type/spec/IDate.jsdoc, line 26 Overrides: pentaho.type.spec.ISimple#value |