VirtualTimeSpan.GetFractionalSeconds() Method

Top 

Description

Returns the fractional seconds represented by the TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.GetFractionalSeconds(

)

 

 

Return Value

Type:

number

Units:

s

 

 

The fractional seconds represented by the TimeSpan.

 

Syntax

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

 

 

See also

VirtualTimeSpan Object