Table of Contents

Class DateTimeStringProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represent properties of the DateTimeStringComponent.

public sealed class DateTimeStringProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
DateTimeStringProperties
Implements
Inherited Members
Extension Methods

Constructors

DateTimeStringProperties()

public DateTimeStringProperties()

Properties

NullValueText

Represents a text displayed when the value is null. Defaults to '-'.

public string NullValueText { get; set; }

Property Value

string

ShowTimeZoneOffset

Indicates whether the time zone offset should be displayed (e.g. GMT±HH:MM). Defaults to true.

public bool ShowTimeZoneOffset { get; set; }

Property Value

bool