Class PropertyOutputFormatterDateTimeDiff
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Date/time difference formatter for expressing durations.
public class PropertyOutputFormatterDateTimeDiff : PropertyOutputFormatterBase
- Inheritance
-
PropertyOutputFormatterDateTimeDiff
- Inherited Members
Constructors
PropertyOutputFormatterDateTimeDiff(PropertyOutputFormatterBase)
Initializes a new instance of the PropertyOutputFormatterDateTimeDiff class by copying settings from an existing PropertyOutputFormatterBase instance.
public PropertyOutputFormatterDateTimeDiff(PropertyOutputFormatterBase item)
Parameters
itemPropertyOutputFormatterBaseThe PropertyOutputFormatterBase instance to copy settings from.
Properties
FormatType
Gets or sets the format template for the time span output.
public string FormatType { get; set; }