Try our conversational search powered by Generative AI!

Class DateLabel

Inheritance
System.Object
DateLabel
Namespace: EPiServer.UI.Report.Reports
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DateLabel : UserControl

Constructors

DateLabel()

Declaration
public DateLabel()

Fields

DateDisplay

Declaration
protected Label DateDisplay
Field Value
Type Description
System.Web.UI.WebControls.Label

Properties

Value

Declaration
public DateTime Value { get; set; }
Property Value
Type Description
System.DateTime

Methods

DataBindChildren()

Declaration
protected override void DataBindChildren()

FormatDateTime(DateTime, String)

Declaration
protected string FormatDateTime(DateTime date, string format)
Parameters
Type Name Description
System.DateTime date
System.String format
Returns
Type Description
System.String

Extension Methods