logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_TimeFormat - The preferred time format of the current system locale.

Availability

       This enum is available since SDL 3.2.0.

Name

       SDL_TimeFormat - The preferred time format of the current system locale.

See Also

SDL_GetDateTimeLocalePreferences(3)

Simple Directmedia Layer                           SDL 3.2.20                              SDL_TimeFormat(3type)

Synopsis

#include<SDL3/SDL_time.h>typedefenumSDL_TimeFormat{SDL_TIME_FORMAT_24HR=0,/**<24hourtime*/SDL_TIME_FORMAT_12HR=1/**<12hourtime*/}SDL_TimeFormat;

See Also