Uses of Record Class
club.doki7.sdl3.datatype.SDL_DateTime
Packages that use SDL_DateTime
-
Uses of SDL_DateTime in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_DateTimeModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_DateTimeModifier and TypeMethodDescriptionstatic SDL_DateTime@NotNull SDL_DateTimeSDL_DateTime.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_DateTimeSDL_DateTime.clone(Arena arena, SDL_DateTime src) SDL_DateTime.day(int value) SDL_DateTime.day_of_week(int value) SDL_DateTime.hour(int value) SDL_DateTime.minute(int value) SDL_DateTime.month(int value) SDL_DateTime.nanosecond(int value) SDL_DateTime.second(int value) SDL_DateTime.Ptr.toArray()SDL_DateTime.utc_offset(int value) SDL_DateTime.year(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_DateTimeMethods in club.doki7.sdl3.datatype with parameters of type SDL_DateTimeModifier and TypeMethodDescriptionstatic SDL_DateTimeSDL_DateTime.clone(Arena arena, SDL_DateTime src) voidSDL_DateTime.Ptr.write(long index, @NotNull SDL_DateTime value)