VirtualTimeSpan.GetWholeSeconds() Method

Top 

Description

Returns the number of whole seconds represented by the TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.GetWholeSeconds(

)

 

 

Return Value

Type:

number

Units:

s

 

 

The number of whole seconds represented by the TimeSpan.

 

Syntax

myVariable1 = myTimeSpan1.Abs().GetWholeSeconds();

 

 

See also

VirtualTimeSpan Object