Duration.TotalDays Property |
Gets the total number of whole and fractional days represented by this
Duration.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double TotalDays { get; }
Public ReadOnly Property TotalDays As Double
Get
public:
property double TotalDays {
double get ();
}
member TotalDays : float with get
Property Value
Type:
Double
See Also