SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_DateTimeToTime

Converts a calendar time to an SDL_Time in nanoseconds since the epoch.

Header File

Defined in <SDL3/SDL_time.h>

Syntax

bool SDL_DateTimeToTime(const SDL_DateTime *dt, SDL_Time *ticks);

Function Parameters

const SDL_DateTime * dt the source SDL_DateTime.
SDL_Time * ticks the resulting SDL_Time.

Return Value

(bool) Returns true on success or false on failure; call SDL_GetError() for more information.

Remarks

This function ignores the day_of_week member of the SDL_DateTime struct, so it may remain unset.

Version

This function is available since SDL 3.1.3.


CategoryAPI, CategoryAPIFunction, CategoryTime


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.