DateMappingType
Enum
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:
C#
public enum DateMappingType
Fields
Maps the date value as a date-only type without time component.
C#
Date = 0
Maps the date value as a combined date and time type.
C#
DateTime = 1
Maps the date value as a text string representation.
C#
Text = 2