Table of Contents

Class DateTimeStringClientProperties

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

Represents the client properties of DateTimeStringComponent.

public sealed class DateTimeStringClientProperties : FormComponentClientProperties<DateTime?>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
DateTimeStringClientProperties
Implements
Inherited Members
Extension Methods

Constructors

DateTimeStringClientProperties()

public DateTimeStringClientProperties()

Properties

NullValueText

Represents a text displayed when the value is null.

public string NullValueText { get; set; }

Property Value

string

ShowTimeZoneOffset

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

public bool ShowTimeZoneOffset { get; set; }

Property Value

bool