SDL_GetDaysInMonth - Man Page
Get the number of days in a month for a given year.
Synopsis
#include <SDL3/SDL_time.h> int SDL_GetDaysInMonth(int year, int month);
Function Parameters
- year
- the year. 
- month
- the month [1-12]. 
Return Value
for more information.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.2.24 Simple Directmedia Layer SDL3 FUNCTIONS