public final class DateFormat
extends com.aspose.ms.System.Enum
Specifies the date format.
Modifier and Type | Field and Description |
---|---|
static int |
Custom
DateTime values are formatted using format string which is set to the project's
Prj.CUSTOM_DATE_FORMAT
property. |
static int |
DateDd
The example: 30
|
static int |
DateDddDd
The example: Tue 30
|
static int |
DateDddHhMmAM
The example: Tue 13:00 PM
|
static int |
DateDddMmDd
The example: Tue 9/30
|
static int |
DateDddMmDdYy
The example: Tue 9/30/02
|
static int |
DateDddMmDdYyHhMmAM
The example: Tue 9/30/02 13:00 PM
|
static int |
DateDddMmmDd
The example: Tue Sep 30
|
static int |
DateDddMmmDdYyy
The example: Tue Sep 30, '02
|
static int |
DateDdMmYyyy
The example: 19/07/2016
|
static int |
DateHhMmAm
The example: 13:00 PM
|
static int |
DateMmDd
The example: 9/30
|
static int |
DateMmDdYy
The example: 9/30/02
|
static int |
DateMmDdYyHhMmAM
The example: 09/30/02 13:00 PM
|
static int |
DateMmDdYyyy
The example: 9/30/2002
|
static int |
DateMmmDd
The example: Sep 30
|
static int |
DateMmmDdHhMmAM
The example: Sep 30 13:00 PM
|
static int |
DateMmmDdYyy
The example: Sep 30, '02
|
static int |
DateMmmmDd
The example: September 30
|
static int |
DateMmmmDdYyyy
The example: September 30, 2002
|
static int |
DateMmmmDdYyyyHhMmAM
The example: September 30, 2002 13:00 PM
|
static int |
DateWwwDd
The example: W41/2
|
static int |
DateWwwDdYyHhMmAm
The example: W41/2/02 13:00 PM
|
static int |
Default
The example: Default date format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int DateMmDdYyHhMmAM
The example: 09/30/02 13:00 PM
public static final int DateMmDdYy
The example: 9/30/02
public static final int DateMmmmDdYyyyHhMmAM
The example: September 30, 2002 13:00 PM
public static final int DateMmmmDdYyyy
The example: September 30, 2002
public static final int DateMmmDdHhMmAM
The example: Sep 30 13:00 PM
public static final int DateMmmDdYyy
The example: Sep 30, '02
public static final int DateMmmmDd
The example: September 30
public static final int DateMmmDd
The example: Sep 30
public static final int DateDddMmDdYyHhMmAM
The example: Tue 9/30/02 13:00 PM
public static final int DateDddMmDdYy
The example: Tue 9/30/02
public static final int DateDddMmmDdYyy
The example: Tue Sep 30, '02
public static final int DateDddHhMmAM
The example: Tue 13:00 PM
public static final int DateMmDd
The example: 9/30
public static final int DateDd
The example: 30
public static final int DateHhMmAm
The example: 13:00 PM
public static final int DateDddMmmDd
The example: Tue Sep 30
public static final int DateDddMmDd
The example: Tue 9/30
public static final int DateDddDd
The example: Tue 30
public static final int DateWwwDd
The example: W41/2
public static final int DateWwwDdYyHhMmAm
The example: W41/2/02 13:00 PM
public static final int DateMmDdYyyy
The example: 9/30/2002
public static final int Custom
DateTime values are formatted using format string which is set to the project's Prj.CUSTOM_DATE_FORMAT
property.
public static final int DateDdMmYyyy
The example: 19/07/2016
public static final int Default
The example: Default date format.