public class MonthDay
extends Object
GDK enhancements for MonthDay.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public LocalDate |
leftShift(int year)Returns a LocalDate of this month/day and the provided year. |
|
public LocalDate |
leftShift(Year year)Returns a LocalDate of this month/day and the provided Year. |
|
public static MonthDay |
parse(MonthDay type, CharSequence text, String pattern)Parse text into a MonthDay using the provided pattern. |
| Methods inherited from class | Name |
|---|---|
class Object |
addShutdownHook, any, any, asBoolean, asType, collect, collect, collect, dump, each, eachMatch, eachMatch, eachWithIndex, every, every, find, find, findAll, findAll, findIndexOf, findIndexOf, findIndexValues, findIndexValues, findLastIndexOf, findLastIndexOf, findResult, findResult, findResult, findResult, getAt, getMetaClass, getMetaPropertyValues, getProperties, grep, grep, hasProperty, identity, inject, inject, inspect, invokeMethod, is, isCase, isNotCase, iterator, metaClass, print, print, printf, printf, println, println, println, putAt, respondsTo, respondsTo, setMetaClass, sleep, sleep, split, sprintf, sprintf, stream, tap, toString, use, use, use, with, with, withCloseable, withCloseable, withMethodClosure, withStream, withStream, withTraits |
Returns a LocalDate of this month/day and the provided year.
year - a yearReturns a LocalDate of this month/day and the provided Year.
year - a YearParse text into a MonthDay using the provided pattern.
type - placeholder variable used by Groovy categories; ignored for default static methodstext - String to be parsed to create the date instancepattern - pattern used to parse the text