Class DateTimeStringProperties
Represent properties of the DateTimeStringComponent.
public sealed class DateTimeStringProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectDateTimeStringProperties
- 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