Interface DataAPITimeComponents

Represents the time components that make up a DataAPITime

interface DataAPITimeComponents {
    hours: number;
    minutes: number;
    nanoseconds: number;
    seconds: number;
}

Properties

hours: number

The hour of the time

minutes: number

The minute of the time

nanoseconds: number

The nanosecond of the time

seconds: number

The second of the time