DateValue returns the Date representation of the Value

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected DateTime DateValue { get; }
Visual Basic
Protected ReadOnly Property DateValue As DateTime
	Get

Field Value

A Date representing the Value

See Also