Class TimePickerExtender

Inheritance
System.Object
TimePickerExtender
Namespace: Mediachase.BusinessFoundation.DateTimePicker
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class TimePickerExtender : ExtenderControl

Constructors

TimePickerExtender()

Declaration
public TimePickerExtender()

Properties

CalendarId

Declaration
public string CalendarId { get; set; }
Property Value
Type Description
System.String

CssClass

Declaration
public string CssClass { get; set; }
Property Value
Type Description
System.String

DefaultTimeValue

Declaration
public string DefaultTimeValue { get; set; }
Property Value
Type Description
System.String

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

IsAM

Declaration
public bool IsAM { get; set; }
Property Value
Type Description
System.Boolean

TimeValue

Declaration
public string TimeValue { get; set; }
Property Value
Type Description
System.String

UpdateElementId

Gets or sets the update element id.

Declaration
public string UpdateElementId { get; set; }
Property Value
Type Description
System.String

The update element id.

Methods

GetScriptDescriptors(Control)

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type Name Description
System.Web.UI.Control targetControl
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>