diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Date.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/Date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Date.h b/Userland/Libraries/LibJS/Runtime/Date.h index 56dbef1b1b..3073969a2a 100644 --- a/Userland/Libraries/LibJS/Runtime/Date.h +++ b/Userland/Libraries/LibJS/Runtime/Date.h @@ -90,6 +90,7 @@ u16 day_within_year(double); u8 date_from_time(double); u16 days_in_year(i32); double day_from_year(i32); +double time_from_year(i32); i32 year_from_time(double); bool in_leap_year(double); u8 month_from_time(double); |