Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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