DateFormatElement
Leave feedback
On this page
Represents a date format element.
public class DateFormatElement
| Name | Description |
|---|---|
| static DateSeparator { get; } | Gets the date separator element. |
| static DayOfMonth { get; } | Gets the day of month element, represented by one or two digits. |
| static DayOfMonthTwoDigits { get; } | Gets the day of month element, represented by two digits. |
| static Month { get; } | Gets the month element, represented by one or two digits. |
| static MonthAbbreviatedName { get; } | Gets the month element, represented by abbreviated name. |
| static MonthFullName { get; } | Gets the month element, represented by full name. |
| static MonthTwoDigits { get; } | Gets the month element, represented by two digits. |
| static Year { get; } | Gets the year element, represented by one, two, three, or four digits. |
| static YearFourDigits { get; } | Gets the year element, represented by four digits. |
| static YearTwoDigits { get; } | Gets the year element, represented by two digits. |
| Format { get; } | Gets the format string. |
| SingleFormat { get; } | Gets the single format string. |
| Name | Description |
|---|---|
| override ToString() | Returns a String that represents the current DateFormatElement. |
Learn more
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.