MindFusion.UI for WebForms Programmer's Guide

DatePicker.set_datePartSelect Method

See Also
 



Sets a value indicating whether date part selection is enabled.

Namespace: MindFusion.UI.Web
Assembly: DatePicker.js

 Syntax

JavaScript  Copy Code

function set_datePartSelect (value)

 Parameters

value

Type: Boolean
True if date part selection should be enabled, otherwise false.

 Remarks

The value of this property has effect only if customDateFormat is not set.

 See Also