C# Class Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime

Show file Open project: ninianne98/CarrotCakeCMS

Protected Properties

Property Type Description
txtDate global::System.Web.UI.WebControls.TextBox
txtTime global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
GetDate ( ) : DateTime
SetDate ( DateTime date ) : void
ucEditDateTime ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetDate() public method

public GetDate ( ) : DateTime
return DateTime

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SetDate() public method

public SetDate ( DateTime date ) : void
date DateTime
return void

ucEditDateTime() public method

public ucEditDateTime ( ) : System
return System

Property Details

txtDate protected property

txtDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDate
return global::System.Web.UI.WebControls.TextBox

txtTime protected property

txtTime control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTime
return global::System.Web.UI.WebControls.TextBox