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

TimeSpan.GetSecondsOfDay(

)

 

 

Return Value

Type:

number

Units:

s

 

 

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

 

Syntax

myVariable1 = myTimeSpan1.GetSecondsOfDay();

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times