OlFormatDateTime Enumeration
Indicates the format used to display Date/Time Outlook item properties.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlFormatDateTime
'Usage
Dim instance As OlFormatDateTime
public enum OlFormatDateTime
Members
Member name | Description | |
---|---|---|
olFormatDateTimeLongDayDateTime | Displays a long date and long time according to your locale's format. | |
olFormatDateTimeShortDateTime | Displays a short date and short time according to your locale's format. | |
olFormatDateTimeShortDayDateTime | Displays a day abbreviation, short date, and short time according to your locale's format. | |
olFormatDateTimeShortDayMonthDateTime | Displays a day abbreviation, day number, month number, and short time according to your locale's format. | |
OlFormatDateTimeLongDayDate | Displays a long date, with the day name, according to your locale's format. | |
olFormatDateTimeLongDate | Displays a long date, without the day name, according to your locale's format. | |
olFormatDateTimeLongDateReversed | Displays a long date, reversing the day number and month name, according to your locale's format. | |
olFormatDateTimeShortDate | Displays a short date according to your locale's format. | |
olFormatDateTimeShortDateNumOnly | Displays a short date, using numeric representations of the day, month, and year, according to your locale's format. | |
olFormatDateTimeShortDayMonth | Displays the month and the day of a date, with the day abbreviation, according to your locale's format. | |
olFormatDateTimeShortMonthYear | Displays the month and year of a date, according to your locale's format. | |
olFormatDateTimeShortMonthYearNumOnly | Displays the month and year of a date, using numeric representations of the month and year, according to your locale's format. | |
olFormatDateTimeShortDayDate | Displays a short date, with the day abbreviation, according to your locale's format. | |
olFormatDateTimeLongTime | Displays a long time according to your locale's format. | |
olFormatDateTimeShortTime | Displays a short time according to your locale's format. | |
olFormatDateTimeBestFit | Displays the Date/Time value using the best fit for the data contained in the column. |