Share via


MinValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the smallest possible value of DateTime. This field is read-only.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Shared ReadOnly MinValue As DateTime
public static readonly DateTime MinValue
public:
static initonly DateTime MinValue
static val MinValue: DateTime
public static final var MinValue : DateTime

Remarks

The value of this constant is equivalent to 00:00:00.0000000, January 1, 1601.

.NET Framework Security

See Also

Reference

DateTime Structure

System Namespace