DurationMinValue Property |
Gets the smallest possible value of a
Duration.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DurationRemarks
The value is
MinValue days and -86399.0 seconds.
See Also