Enum
DateMappingType

Specifies the data type used when mapping date values from structured document tags to external data sources.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum DateMappingType

Fields

Date

Maps the date value as a date-only type without time component.

Declaration

cs-api-definition
Date = 0

Field Value

DateMappingType

DateTime

Maps the date value as a combined date and time type.

Declaration

cs-api-definition
DateTime = 1

Field Value

DateMappingType

Text

Maps the date value as a text string representation.

Declaration

cs-api-definition
Text = 2

Field Value

DateMappingType

In this article
DefinitionFieldsDateDateTimeText
Not finding the help you need?
Contact Support