Properties of an UnixTimeTask.

interface IUnixTimeTask {
    offset?: number;
}

Implemented by

Properties

Properties

offset?: number

The offset to subtract from the current time.