Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2484 tags...
Name<TimeTag.next_day_of_month[<day>]>
ReturnsTimeTag
DescriptionReturns the timetag of the next occurrence of the specified day-of-month.
This can either be in the same month, or the next month.
For example, next_day_of_month[1] on a TimeTag on January 3rd will return the 1st of February.
The hour/minute/second/millisecond will be zeroed.
Be careful with inputs of 29/30/31, as only some months contain those days.
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/TimeTag.java#L571