TotalSeconds property
double
get
TotalSeconds
Gets the number of seconds including fractional seconds.
@return the number of seconds.
Implementation
double get TotalSeconds {
return this.time / 1000.0;
}