VirtualTimeSpan.Abs() Method

Top 

Description

Returns the absolute value of the TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

VirtualTimeSpan.Abs(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The absolute value of the TimeSpan.

 

Syntax

myTimeSpan1 = myTimeSpan2.Abs().Abs();

 

 

See also

VirtualTimeSpan Object