DateTimeUtil.GetMinValue(DateTimeKind) Method

Definition

Gets the minimum value for a DateTime with the specified DateTimeKind.

public static DateTime GetMinValue (DateTimeKind kind);
static member GetMinValue : DateTimeKind -> DateTime
Public Shared Function GetMinValue (kind As DateTimeKind) As DateTime

Parameters

Returns

The minimum DateTime value of the specified kind.

Applies to