Enum DateMappingType
Specifies the data type used when mapping date values from structured document tags to external data sources.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum DateMappingType
Date
Maps the date value as a date-only type without time component.
DateTime
Maps the date value as a combined date and time type.
Text
Maps the date value as a text string representation.