MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetYear

Function GetYear

Source/3rdParty/implot/implot.cpp:1019–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019int GetYear(const ImPlotTime& t) {
1020 tm& Tm = GImPlot->Tm;
1021 GetTime(t, &Tm);
1022 return Tm.tm_year + 1900;
1023}
1024
1025int GetMonth(const ImPlotTime& t) {
1026 tm& Tm = GImPlot->Tm;

Callers 3

AddTimeFunction · 0.85
Locator_TimeFunction · 0.85
ShowDatePickerFunction · 0.85

Calls 1

GetTimeFunction · 0.70

Tested by

no test coverage detected