MindFusion.UI for WebForms Programmer's Guide

DatePicker.get_datePartSelect Method

See Also
 



Gets a value indicating whether date part selection is enabled.

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

 Syntax

JavaScript  Copy Code

function get_datePartSelect ()

 Return 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