kaios-types
    Preparing search index...

    Interface MozTimeManager

    Provides access to the device's system time.

    interface MozTimeManager {
        set(time: Date): void;
        set(time: number): void;
    }
    Index

    Methods

    Methods