[Time Conductor] Add JSDoc

Add typedefs relevant to the date aggregator; in particular,
document properties used to determine how to format timestamps
associated with a telemetry point.
This commit is contained in:
Victor Woeltjen
2015-10-22 12:41:46 -07:00
parent 950578f09b
commit c0fda5b572
2 changed files with 61 additions and 1 deletions

View File

@ -31,7 +31,9 @@ define([
* Formats dates for display and parses dates from user input,
* varying by a chosen time system.
*
* Time systems are typically domain keys from telemetry metadata.
* Time systems are typically specified as `system` properties
* of domains in {@link TelemetryDomainMetadata}.
*
* If omitted/left undefined, the time system is presumed to be UTC time,
* with its numeric interpretation being milliseconds since the
* start of 1970.