# Wijmo_Input.Dateselectionmode

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								DateSelectionMode Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies constants that define the date selection behavior.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.dateselectionmode.html#day" class="tsd-kind-icon">Day</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.dateselectionmode.html#month" class="tsd-kind-icon">Month</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.dateselectionmode.html#none" class="tsd-kind-icon">None</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.dateselectionmode.html#range" class="tsd-kind-icon">Range</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="day" class="tsd-anchor"></a>
								<h3>Day</h3>
								<div class="tsd-signature tsd-kind-icon">Day<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user can select days.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="month" class="tsd-anchor"></a>
								<h3>Month</h3>
								<div class="tsd-signature tsd-kind-icon">Month<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user can select months.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="none" class="tsd-anchor"></a>
								<h3>None</h3>
								<div class="tsd-signature tsd-kind-icon">None<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user cannot change the current value using the mouse or keyboard.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="range" class="tsd-anchor"></a>
								<h3>Range</h3>
								<div class="tsd-signature tsd-kind-icon">Range<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The user can select ranges.</p>
									</div>
									<p>Ranges are defined by the {@link value} and <a href="../classes/wijmo_input.calendar.html#rangeend">rangeEnd</a>)
									properties.</p>
									<p>To select a date range with the mouse, the user should click
										the starting date ({@link value} property) and then the
									ending date (<a href="../classes/wijmo_input.calendar.html#rangeend">rangeEnd</a> property.</p>
									<p>To select a date range with the keyobard, the user should
										use the cursor keys to select the starting date, then press
										the shift key and extend the selection to select the ending
									date.</p>
								</div>
							</section>
						</section>
					</div>