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

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

Specifies the minute part of the specific time. This value can be between 0 and 59. The default value is the minute 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 SelectedMinute { get; set; }

Property Value

Type: Int32
Exceptions

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

Reference