London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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