VirtualTimeSpan.GetWholeDays() Method

Top 

Description

Returns the number of whole days represented by the TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.GetWholeDays(

)

 

 

Return Value

Type:

number

Units:

day

 

 

The number of whole days represented by the TimeSpan.

 

Syntax

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

 

 

See also

VirtualTimeSpan Object