Class PropertyOutputFormatterTime
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for all output formatter definitions. Provides common infrastructure for formatter type handling, sample text, code generation and cloning. Concrete subclasses expose strongly typed settings for the respective formatting domain (date, time, numbers, currency, percentage, etc.).
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; }