This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the smallest possible value of DateTime.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public static  MinValue { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Shared ReadOnly Property MinValue As 
	Get

Field Value

The smallest possible value of DateTime.

Remarks

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

See Also

Advanced