Click or drag to resize
IDateTimePickerSettingsProvider Interface
Provides dictionary containing all culture dependent settings needed for initialization of cmsdatepicker javascript component.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public interface IDateTimePickerSettingsProvider

The IDateTimePickerSettingsProvider type exposes the following members.

Methods
  NameDescription
Public methodGetDateTimePickerSettings
Get dictionary containing all culture dependent settings needed by cmsdatepicker component, as well as timezone dependent labels.
Top
See Also