Gets the value of this Ion timestamp as the number of milliseconds since 1970-01-01T00:00:00.000Z, truncating any fractional milliseconds. This method will return the same result for all Ion representations of the same instant, regardless of the local offset. @return the number of mill
()
| 68 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 69 | */ |
| 70 | public long getMillis() |
| 71 | throws NullValueException; |
| 72 | |
| 73 | /** |
no outgoing calls