@minecraft/server
    Preparing search index...

    Class TimeMarkerBeta

    A named point in time on a world clock that can occur once or periodically.

    Index

    Properties

    Properties

    name: string

    The identifier that represents this time marker.

    period?: number

    The interval (in ticks) at which the time marker repeats. If not specified, the time marker will only occur once.

    WorldClockInvalidTimeMarkerError: If the time marker is invalid.

    WorldClockInvalidTimeMarkerError

    time: number

    The time (in ticks) that the time marker occurs at on a world clock.

    WorldClockInvalidTimeMarkerError: If the time marker is invalid.

    WorldClockInvalidTimeMarkerError