Format is a string that will be used to format the date in View mode

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

Syntax

C#
protected virtual string Format { get; }
Visual Basic
Protected Overridable ReadOnly Property Format As String
	Get

Field Value

A String representing the format to use to render the date

Return Value

A Format String

See Also