static int hours() { ret hours(java.util.Calendar.getInstance()); } static int hours(java.util.Calendar c) { ret c.get(java.util.Calendar.HOUR_OF_DAY); } static int hours(long time) { ret hours(calendarFromTime(time)); } static int hours(long time, TimeZone tz) { ret hours(calendarFromTime(time, tz)); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1003419 |
Snippet name: | hours - hour of the day |
Eternal ID of this version: | #1003419/4 |
Text MD5: | e81409fe08b90d0b130dda2d740a76e8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-03 18:24:15 |
Source code size: | 329 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 755 / 910 |
Version history: | 3 change(s) |
Referenced in: | #1003420 - minutes - minutes of timestamp #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030445 - minuteInDay - 0 to 24*60 |