Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DateTimeMask Properties

Defines built-in patterns for date-time and date-time offset masks.
Name Description
ISO8601 static Applies the sortable ISO8601 format to the editor’s value.
LongDate static Applies the long date format to the editor’s value.
LongDateTime static Applies the full date long time format to the editor’s value.
LongTime static Applies the long time format to the editor’s value.
MonthAndDay static Applies the month format to the editor’s value.
MonthAndYear static Applies the year month format to the editor’s value.
RFC1123 static Applies the RFC1123 format to the editor’s value.
ShortDate static Applies the short date format to the editor’s value.
ShortDateTime static Applies the general date short time format to the editor’s value.
ShortTime static Applies the short time format to the editor’s value.
Universal static Applies the sortable universal format to the editor’s value.
See Also