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

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

Sets or gets A string to use to format the time value displayed in the drop down. However the actual submitted value is always in the international 24 hour format. For a more information on the different time format strings see the System.Globalization.DateTimeFormatInfo class documentation. The default value is t which specifies the short time format of the system;

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

public string TimeFormat { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value (Nothing in Visual Basic) value was supplied.
See Also

Reference