Uses of Interface
club.doki7.sdl3.datatype.ISDL_DateTime
Packages that use ISDL_DateTime
-
Uses of ISDL_DateTime in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_DateTimeModifier and TypeMethodDescriptionboolean
SDL3.dateTimeToTime
(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.boolean
SDL3.timeToDateTime
(long ticks, @Nullable ISDL_DateTime dt, boolean localTime) Converts an SDL_Time in nanoseconds since the epoch to a calendar time in the SDL_DateTime format. -
Uses of ISDL_DateTime in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_DateTimeModifier and TypeClassDescriptionfinal record
A structure holding a calendar date and time broken down into its components.static final record
Represents a pointer to / an array of null structure(s) in native memory.