(PlainTime time)
| 1120 | * @return local timestamp as composition of this date and given time |
| 1121 | */ |
| 1122 | public PlainTimestamp at(PlainTime time) { |
| 1123 | |
| 1124 | return PlainTimestamp.of(this, time); |
| 1125 | |
| 1126 | } |
| 1127 | |
| 1128 | /** |
| 1129 | * <p>Is equivalent to {@code at(PlainTime.of(hour, minute))}. </p> |