MCPcopy
hub / github.com/palantir/blueprint / getNextMonth

Method getNextMonth

packages/datetime/src/common/monthAndYear.ts:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public getNextMonth(): MonthAndYear {
56 const nextMonthDate = getDateNextMonth(this.date);
57 return new MonthAndYear(nextMonthDate.getMonth(), nextMonthDate.getFullYear());
58 }
59
60 public isBefore(monthAndYear: MonthAndYear): boolean {
61 return compareMonthAndYear(this, monthAndYear) < 0;

Callers 10

constructorMethod · 0.80
updateLeftViewMethod · 0.80
DateRangePickerClass · 0.80
getStateChangeFunction · 0.80
eFunction · 0.80
docs-app.jsFile · 0.80
hyFunction · 0.80
BeFunction · 0.80
nFunction · 0.80
docs-app.jsFile · 0.80

Calls 2

getDateNextMonthFunction · 0.90
getMonthMethod · 0.80

Tested by

no test coverage detected