Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1019
int GetYear(const ImPlotTime& t) {
1020
tm& Tm = GImPlot->Tm;
1021
GetTime(t, &Tm);
1022
return Tm.tm_year + 1900;
1023
}
1024
1025
int GetMonth(const ImPlotTime& t) {
1026
tm& Tm = GImPlot->Tm;
Callers
3
AddTime
Function · 0.85
Locator_Time
Function · 0.85
ShowDatePicker
Function · 0.85
Calls
1
GetTime
Function · 0.70
Tested by
no test coverage detected