DateOnly.MinValue Property

Definition

Gets the earliest possible date that can be created.

public:
 static property DateOnly MinValue { DateOnly get(); };
public static DateOnly MinValue { get; }
static member MinValue : DateOnly
Public Shared ReadOnly Property MinValue As DateOnly

Property Value

A DateOnly representing the earliest possible date that can be created.

Applies to