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 record
Represents 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_DateTime
SDL_DateTime.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_DateTime
SDL_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_DateTime
SDL_DateTime.clone
(Arena arena, SDL_DateTime src) void
SDL_DateTime.Ptr.write
(long index, @NotNull SDL_DateTime value)