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

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

A DateTime format string. A custom date/time format to use. This format should comply with the .NET System.Globalization.DateTimeFormatInfo class specification. Ex. system aware formats like \"D\" (long date) \"d\" (short date) \"G\" (General long date/time) \"g\" (general short date/time) and exact formats like \"yyyy-MM-dd HH:mm:ss\" which is the standard swedish date/time format.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(FormatPatternConverter))]
public string FormatPattern { get; set; }

Property Value

Type: String
A DateTime format string.
See Also

Reference