MindFusion.UI for WebForms Programmer's Guide

TimePicker.set_culture Method

See Also
 



Sets the CultureInfo object, that the control should use.

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

 Syntax

JavaScript  Copy Code

function set_culture (value)

 Parameters

value

Type: Sys.CultureInfo
The CultureInfo object.

 See Also