Class DateLabel
Inheritance
System.Object
DateLabel
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DateLabel : UserControl
Constructors
DateLabel()
Declaration
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()
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