DateTimeUtil.GetMinValue(DateTimeKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- kind
- DateTimeKind
The DateTimeKind.
Returns
The minimum DateTime value of the specified kind.