TimeSpan.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

TimeSpan.GetFractionalSeconds(

)

 

 

Return Value

Type:

number

Units:

s

 

 

The fractional seconds represented by the TimeSpan.

 

Syntax

myVariable1 = myTimeSpan1.GetFractionalSeconds();

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times