Converts a calendar time to an SDL_Time in nanoseconds since the epoch.
Defined in <SDL3/SDL_time.h>
bool SDL_DateTimeToTime(const SDL_DateTime *dt, SDL_Time *ticks);
const SDL_DateTime * | dt | the source SDL_DateTime. |
SDL_Time * | ticks | the resulting SDL_Time. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
This function ignores the day_of_week member of the SDL_DateTime struct, so it may remain unset.
This function is available since SDL 3.1.3.