OldDateValue returns the Date representation of the OldValue

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

Syntax

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

Field Value

A Date representing the OldValue

See Also