worldwind-ui API / worldwind-kit / TimeFormat
Type Alias: TimeFormat ​
TimeFormat =
"auto"|"date"|"datetime"| ((date) =>string)
Defined in: kit/src/time.ts:37
How a TIME request value is written: date gives 2024-05-01, datetime gives 2024-05-01T12:00:00Z, auto picks date for midnight UTC instants of daily or coarser steps.