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

Method getMonth

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

Source from the content-addressed store, hash-verified

40 }
41
42 public getMonth(): number {
43 return this.date.getMonth();
44 }
45
46 public getYear(): number {
47 return this.date.getFullYear();

Callers 15

cloneMethod · 0.95
isSameMonthMethod · 0.95
wrapDayPickerFunction · 0.80
dateFormat.tsFile · 0.80
dateUtilsTests.tsxFile · 0.80
toDateStringFunction · 0.80
assertDatesEqualFunction · 0.80
renderMethod · 0.80
hasMonthChangedMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected