setSec method

void setSec(
  1. double s
)

Implementation

void setSec( double s ){
	_time().setSec( s );
}