Rock.Web.UI.Controls.DateField.DateField C# (CSharp) Méthode

DateField() public méthode

Initializes a new instance of the DateField class.
public DateField ( ) : System
Résultat System
        public DateField()
            : base()
        {
            // Let the Header be left aligned (that's how Bootstrap wants it), but have the item be right-aligned
            this.ItemStyle.HorizontalAlign = HorizontalAlign.Right;
            this.DataFormatString = "{0:d}";
        }