Number of whole seconds of elapsed time.

Property definitions

realtime $ Timespec :: sec
	# Number of whole seconds of elapsed time.
	fun sec : Int `{
		return self->tv_sec;
	`}
lib/realtime/realtime.nit:113,2--116,3