Class DateTimeStringClientProperties
Represents the client properties of DateTimeStringComponent.
public sealed class DateTimeStringClientProperties : FormComponentClientProperties<DateTime?>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<DateTime?>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