Properties of an UnixTimeTask.

interface IUnixTimeTask {
    offset?: null | number;
}

Implemented by

Properties

Properties

offset?: null | number

The offset to subtract from the current time.