TimePickerSelectedHour Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Specifies the hour part of the specified time in the 24 hours format. This value can be between 0 and 23. The default value is the hour of the current time.

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

public int SelectedHour { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value supplied is either greater that 23 or less that 0.
See Also

Reference