Class PropertyOutputFormatterDateTime
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Combined date and time formatter with individual date/time sub-formatters.
public class PropertyOutputFormatterDateTime : PropertyOutputFormatterBase
- Inheritance
-
PropertyOutputFormatterDateTime
- Inherited Members
Constructors
PropertyOutputFormatterDateTime(PropertyOutputFormatterBase)
public PropertyOutputFormatterDateTime(PropertyOutputFormatterBase item)
Parameters
Properties
Date
Gets the date portion formatter settings.
[JsonInclude]
public PropertyDateTimeFormat Date { get; }
Property Value
Separator
Gets or sets the separator string placed between date and time.
public string Separator { get; set; }
Property Value
Time
Gets the time portion formatter settings.
[JsonInclude]
public PropertyDateTimeFormat Time { get; }
Property Value
TimeAtLeft
Gets or sets whether the time portion is shown to the left of the date.
public string TimeAtLeft { get; set; }