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

TimeSpan.GetWholeDays(

)

 

 

Return Value

Type:

number

Units:

day

 

 

The number of whole days represented by the TimeSpan.

 

Syntax

myVariable1 = myTimeSpan1.GetWholeDays();

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times