NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.TotalDays

Retrieves the total number of days represented by the current instance.

[Visual Basic]
Public ReadOnly Property TotalDays As Double
[C#]
public double TotalDays {get;}
[C++]
public: __property double get_TotalDays();
[JScript]
public function get TotalDays() : double;

Property Value

Read only.

Retrieves the total number of days represented by the current instance.

Remarks

The TotalDays property returns the total number of days as a double-recision floating point number that is calculated by using TicksPerDay.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Double