ticksToTime
Converting time in Ticks to readable time. Ticks are used to represent time by some vendors, most commonly by Microsoft.
javascript · Common Scripts
Details
| ID | ticksToTime |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
Converts time in ticks to a readable time. The ticks are used to represent time by some vendors, most commonly by Microsoft.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| ticks | The time as represented by ticks. |
Outputs
There are no outputs for this script.
commonfields: id: ticksToTime version: -1 name: ticksToTime script: '' type: javascript tags: - Utility comment: 'Converting time in Ticks to readable time. Ticks are used to represent time by some vendors, most commonly by Microsoft. ' enabled: true args: - name: ticks required: true default: true description: Time in ticks scripttarget: 0 fromversion: 5.0.0 tests: - No tests