Millisecond
Description
Truncates a date value to only display the milliseconds associated with the date. The value (Long) is returned in new column.
Use
- Argument:
- Select an argument. (Date)
- Output field name:
- Enter an output field name.
Example
Date value | Millisecond() retuns |
---|---|
2022-01-05 22:33:12 234 | 234 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Millisecond" to see an example of this function.