# wjInputTime Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjInputTime Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_input.inputtime.html">InputTime</a> control.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_input.wjinputtime.html">wjInputTime</a> binding to add <a href="wijmo_input.inputtime.html">InputTime</a> controls to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is an InputTime control:&lt;/p&gt;
&lt;div data-bind="wjInputTime: {
  min: new Date(2014, 8, 1, 9, 0),
  max: new Date(2014, 8, 1, 17, 0),
  step: 15,
  format: 'h:mm tt',
  value: theDate }"&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjInputTime</b> binding supports all read-write properties and events of
								the <a href="wijmo_input.inputtime.html">InputTime</a> control. The following properties provide two-way binding mode:</p>
								<ul>
									<li><b>isDroppedDown</b></li>
									<li><b>text</b></li>
									<li><b>selectedIndex</b></li>
									<li><b>selectedItem</b></li>
									<li><b>selectedValue</b></li>
									<li><b>value</b></li>
								</ul>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_knockout_input.wjcombobox.html" class="tsd-signature-type">wjComboBox</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjInputTime</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>