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 TypeMethodDescriptionbooleanSDL3.dateTimeToTime(@Nullable ISDL_DateTime dt, @Nullable LongPtr ticks) Converts a calendar time to an SDL_Time in nanoseconds since the epoch.booleanSDL3.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 recordA structure holding a calendar date and time broken down into its components.static final recordRepresents a pointer to / an array of null structure(s) in native memory.