TimePicker Constructor Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Constructs a new Time picker with a specified unique identifier

Namespace: ContentStudio.Site.ActiveScripting.Date
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public TimePicker(
	HtmlSelect selectToFill
)

Parameters

selectToFill
Type: System.Web.UI.HtmlControlsHtmlSelect
HTML select to fill with values
Exceptions

ExceptionCondition
ArgumentNullExceptionThe Identifier argument was null.
See Also

Reference