mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Ensmallen Time struct.
This commit is contained in:
@@ -31,10 +31,10 @@ Date :: struct {
|
||||
}
|
||||
|
||||
Time :: struct {
|
||||
hour: i64,
|
||||
minute: i64,
|
||||
second: i64,
|
||||
nano: i64,
|
||||
hour: i8,
|
||||
minute: i8,
|
||||
second: i8,
|
||||
nano: i32,
|
||||
}
|
||||
|
||||
DateTime :: struct {
|
||||
|
||||
Reference in New Issue
Block a user