(Object timeframe, Object timestamp)
| 1191 | |
| 1192 | //=== MISC HELPERS ===// |
| 1193 | public Object roundTimeframe(Object timeframe, Object timestamp) { |
| 1194 | return Misc.roundTimeframe(timeframe, timestamp); |
| 1195 | } |
| 1196 | |
| 1197 | public Object roundTimeframe(Object timeframe, Object timestamp, Object direction) { |
| 1198 | return Misc.roundTimeframe(timeframe, timestamp, direction); |