| Name | <TimeTag.next_day_of_month[<day>]> |
| Returns | TimeTag |
| Description | Returns 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. |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/TimeTag.java#L571 |