case classTime(millis: Long) extends Product with Serializable
This is a simple class that represents an absolute instant of time.
Internally, it represents time as the difference, measured in milliseconds, between the current
time and midnight, January 1, 1970 UTC. This is the same format as what is returned by
System.currentTimeMillis.
This is a simple class that represents an absolute instant of time. Internally, it represents time as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. This is the same format as what is returned by System.currentTimeMillis.