Class DateProperties
Represents the properties of a structured document tag of DatŠµ type.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DateProperties : SdtProperties, ISdtProperties
Constructors
DateProperties()
Properties
Calendar
Gets or set the type of calendar that is used for displaying the content.
Declaration
[XamlCompositePropertySerializable]
public SdtCalendar? Calendar { get; set; }
Property Value
System.Nullable<SdtCalendar>
|
DateFormat
Gets or sets the date format pattern.
Declaration
[XamlSerializable]
public string DateFormat { get; set; }
Property Value
System.String
|
DateMappingType
Gets or sets the data type that is used for storing mapped date time value.
Declaration
[XamlCompositePropertySerializable]
public DateMappingType? DateMappingType { get; set; }
Property Value
System.Nullable<DateMappingType>
|
FullDate
Gets or sets the date time content.
Declaration
[XamlSerializable]
public DateTime? FullDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
Language
Gets or sets the culture used for formatting the date.
Declaration
[XamlSerializable]
public CultureInfo Language { get; set; }
Property Value
System.Globalization.CultureInfo
|
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
SdtRangeStart
associatedSdt
|
Returns
ISdtBuilder
|