TimePickerTimeRoundMode Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines how the control should round the initial time in relation to the selectable time values in the list.

Namespace: ContentStudio.Site.ActiveScripting.Date
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum TimeRoundMode
Members

  Member nameValueDescription
AlwaysUp0Always use the nearest value above the initial time value.
Nearest1Always use the nearest time value in relation to the initial time value.
AlwaysDown2Always use the nearest value below the initial time value.
See Also

Reference