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

Method isAfter

packages/datetime/src/common/monthAndYear.ts:64–66  ·  view source on GitHub ↗
(monthAndYear: MonthAndYear)

Source from the content-addressed store, hash-verified

62 }
63
64 public isAfter(monthAndYear: MonthAndYear): boolean {
65 return compareMonthAndYear(this, monthAndYear) > 0;
66 }
67
68 public isSame(monthAndYear: MonthAndYear): boolean {
69 return compareMonthAndYear(this, monthAndYear) === 0;

Callers 11

updateRightViewMethod · 0.80
DateRangePickerClass · 0.80
getStateChangeFunction · 0.80
GeFunction · 0.80
docs-app.jsFile · 0.80
eFunction · 0.80
hyFunction · 0.80
OeFunction · 0.80
docs-app.jsFile · 0.80
BeFunction · 0.80
nFunction · 0.80

Calls 1

compareMonthAndYearFunction · 0.85

Tested by

no test coverage detected