TimeSpan

ostrat.TimeSpan
See theTimeSpan companion object
final class TimeSpan(val tics: Long) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def *(operand: Long): TimeSpan
def *(operand: Double): TimeSpan
def +(operand: TimeSpan): TimeSpan
def -(operand: TimeSpan): TimeSpan
def /(operand: Long): TimeSpan
def /(operand: Double): TimeSpan
def toHours: Long

Concrete fields

val tics: Long