timeToValue static method

MathValue timeToValue(
  1. MathTime x
)

Implementation

static MathValue timeToValue( MathTime x ){
	return MathValue().setTime( x );
}