Blockbench Reference Docs
    Preparing search index...

    Interface Date

    Enables basic storage and retrieval of dates and times.

    interface Date {
        dayOfYear(): number;
        getDateArray(): number[];
        getDateString(): string;
        getTimestamp(): string;
    }
    Index

    Methods