Click or drag to resize
TimeSpanTotalDays Property
Gets the value of the current TimeSpan structure expressed in whole and fractional days.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public double TotalDays { get; }

Return Value

Type: Double
The total number of days represented by this instance.
See Also