Click or drag to resize
TimeSpanDays Property
Gets the days component of the time interval represented by the current TimeSpan structure.

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

Return Value

Type: Int32
The day component of this instance. The return value can be positive or negative.
See Also