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 largest possible value of DateTime.

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

Syntax

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

Field Value

The lagest possible value of DateTime.

Field Value

The lagest possible value of DateTime.

Remarks

The value of this constant is equivalent to 23:59:59.9999999, December 31, 9999, exactly one 100-nanosecond tick before 00:00:00, January 1, 10000.

See Also

Advanced