VirtualTimeSpan.GetSecondsOfDay() Method

Top 

Description

Returns the fractional days represented by the TimeSpan in units of seconds.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.GetSecondsOfDay(

)

 

 

Return Value

Type:

number

Units:

s

 

 

The fractional days represented by the TimeSpan in units of seconds.

 

Syntax

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

 

 

See also

VirtualTimeSpan Object