Table of Contents

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

item PropertyOutputFormatterBase

Properties

Date

Gets the date portion formatter settings.

[JsonInclude]
public PropertyDateTimeFormat Date { get; }

Property Value

PropertyDateTimeFormat

Separator

Gets or sets the separator string placed between date and time.

public string Separator { get; set; }

Property Value

string

Time

Gets the time portion formatter settings.

[JsonInclude]
public PropertyDateTimeFormat Time { get; }

Property Value

PropertyDateTimeFormat

TimeAtLeft

Gets or sets whether the time portion is shown to the left of the date.

public string TimeAtLeft { get; set; }

Property Value

string