This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DateTimeFormatElement
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DateTimeFormatElement

The type exposes the following members.

Public Constructors

  Name Description
Public method DateTimeFormatElement

Public Methods

  Name Description
Public method Apply
Applies the settings of this config element to specified info.
Public method Equals (Inherited from ConfigurationElement.)
Public method GetHashCode (Inherited from ConfigurationElement.)
Public method GetType (Inherited from Object.)
Public method IsReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)

Protected Methods

Public Properties

  Name Description
Public property AbbreviatedDayNames
Gets or sets the comma-seperated list of abbreviated day names.
Public property AbbreviatedMonthNames
Gets or sets the comma-seperated list of abbreviated month names.
Public property CalendarWeekRule
Gets or sets the calendar week rule.
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property DayNames
Gets or sets the comma-seperated list of day names.
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property FirstDayOfWeek
Gets or sets the first day of the week.
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property LongDatePattern
Gets or sets the long date pattern.
Public property LongTimePattern
Gets or sets the long time pattern.
Public property MonthNames
Gets or sets the comma-seperated list of month names.
Public property ShortDatePattern
Gets or sets the short date pattern.
Public property ShortTimePattern
Gets or sets the short time pattern.

Protected Properties

  Name Description
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Properties (Inherited from ConfigurationElement.)

See Also

Advanced