bod
02/15/2020, 5:37 PMDuration
abstraction but what about a Moment (aka, Date or Time stamp, or a point in time)? Is that what ClockMark
represents?Leon K
02/15/2020, 9:11 PMLocalDate
and LocalDateTime
from the Java stdlibbod
02/15/2020, 9:49 PMlouiscad
02/15/2020, 11:53 PMClockMark
is the closest to what you're looking for. There's also Long
and (inline?) class wrappers of course.dam5s
02/17/2020, 4:01 PMbod
02/17/2020, 4:22 PM