DurationFromDays Method (Double) | 
 
            Returns a 
Duration that represents the specified number of days.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Duration FromDays(
	double days
)
Public Shared Function FromDays ( 
	days As Double
) As Duration
public:
static Duration FromDays(
	double days
)
static member FromDays : 
        days : float -> Duration 
Parameters
- days
 - Type: SystemDouble
The number of days to be represented by the returned Duration. 
Return Value
Type: 
DurationA 
Duration representing the specified number of days.
Exceptions
See Also