Class PropertyOutputFormatterTime
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Time-only formatter with custom template / predefined type choices.
public class PropertyOutputFormatterTime : PropertyOutputFormatterBase
- Inheritance
-
PropertyOutputFormatterTime
- Inherited Members
Constructors
PropertyOutputFormatterTime(PropertyOutputFormatterBase)
Initializes a new instance of the PropertyOutputFormatterTime class by copying settings from an existing PropertyOutputFormatterBase instance.
public PropertyOutputFormatterTime(PropertyOutputFormatterBase item)
Parameters
itemPropertyOutputFormatterBaseThe source PropertyOutputFormatterBase to copy settings from.
Properties
FormatTemplate
Gets or sets a custom time format template.
public string FormatTemplate { get; set; }
Property Value
FormatType
Gets or sets the predefined time format type.
public string FormatType { get; set; }