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