DurationMaxValue Property  | 
 
            Gets the largest possible value of a 
Duration.
            
 
    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 MaxValue { get; }Public Shared ReadOnly Property MaxValue As Duration
	Get
public:
static property Duration MaxValue {
	Duration get ();
}static member MaxValue : Duration with get
Property Value
Type: 
Duration
Remarks
            The value is 
MaxValue days and 86399.0 seconds.
            
See Also