Class DateFormat
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.DateFormat
-
public final class DateFormat extends com.aspose.ms.System.Enum
Specifies the date format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Custom
DateTime values are formatted using format string which is set to the project'sPrj.CUSTOM_DATE_FORMAT
property.static int
DateDd
The example: 30static int
DateDddDd
The example: Tue 30static int
DateDddHhMmAM
The example: Tue 13:00 PMstatic int
DateDddMmDd
The example: Tue 9/30static int
DateDddMmDdYy
The example: Tue 9/30/02static int
DateDddMmDdYyHhMmAM
The example: Tue 9/30/02 13:00 PMstatic int
DateDddMmmDd
The example: Tue Sep 30static int
DateDddMmmDdYyy
The example: Tue Sep 30, '02static int
DateDdMmYyyy
The example: 19/07/2016static int
DateHhMmAm
The example: 13:00 PMstatic int
DateMmDd
The example: 9/30static int
DateMmDdYy
The example: 9/30/02static int
DateMmDdYyHhMmAM
The example: 09/30/02 13:00 PMstatic int
DateMmDdYyyy
The example: 9/30/2002static int
DateMmmDd
The example: Sep 30static int
DateMmmDdHhMmAM
The example: Sep 30 13:00 PMstatic int
DateMmmDdYyy
The example: Sep 30, '02static int
DateMmmmDd
The example: September 30static int
DateMmmmDdYyyy
The example: September 30, 2002static int
DateMmmmDdYyyyHhMmAM
The example: September 30, 2002 13:00 PMstatic int
DateWwwDd
The example: W41/2static int
DateWwwDdYyHhMmAm
The example: W41/2/02 13:00 PMstatic int
Default
The example: Default date format.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
DateMmDdYyHhMmAM
public static final int DateMmDdYyHhMmAM
The example: 09/30/02 13:00 PM
- See Also:
- Constant Field Values
-
DateMmDdYy
public static final int DateMmDdYy
The example: 9/30/02
- See Also:
- Constant Field Values
-
DateMmmmDdYyyyHhMmAM
public static final int DateMmmmDdYyyyHhMmAM
The example: September 30, 2002 13:00 PM
- See Also:
- Constant Field Values
-
DateMmmmDdYyyy
public static final int DateMmmmDdYyyy
The example: September 30, 2002
- See Also:
- Constant Field Values
-
DateMmmDdHhMmAM
public static final int DateMmmDdHhMmAM
The example: Sep 30 13:00 PM
- See Also:
- Constant Field Values
-
DateMmmDdYyy
public static final int DateMmmDdYyy
The example: Sep 30, '02
- See Also:
- Constant Field Values
-
DateMmmmDd
public static final int DateMmmmDd
The example: September 30
- See Also:
- Constant Field Values
-
DateMmmDd
public static final int DateMmmDd
The example: Sep 30
- See Also:
- Constant Field Values
-
DateDddMmDdYyHhMmAM
public static final int DateDddMmDdYyHhMmAM
The example: Tue 9/30/02 13:00 PM
- See Also:
- Constant Field Values
-
DateDddMmDdYy
public static final int DateDddMmDdYy
The example: Tue 9/30/02
- See Also:
- Constant Field Values
-
DateDddMmmDdYyy
public static final int DateDddMmmDdYyy
The example: Tue Sep 30, '02
- See Also:
- Constant Field Values
-
DateDddHhMmAM
public static final int DateDddHhMmAM
The example: Tue 13:00 PM
- See Also:
- Constant Field Values
-
DateMmDd
public static final int DateMmDd
The example: 9/30
- See Also:
- Constant Field Values
-
DateDd
public static final int DateDd
The example: 30
- See Also:
- Constant Field Values
-
DateHhMmAm
public static final int DateHhMmAm
The example: 13:00 PM
- See Also:
- Constant Field Values
-
DateDddMmmDd
public static final int DateDddMmmDd
The example: Tue Sep 30
- See Also:
- Constant Field Values
-
DateDddMmDd
public static final int DateDddMmDd
The example: Tue 9/30
- See Also:
- Constant Field Values
-
DateDddDd
public static final int DateDddDd
The example: Tue 30
- See Also:
- Constant Field Values
-
DateWwwDd
public static final int DateWwwDd
The example: W41/2
- See Also:
- Constant Field Values
-
DateWwwDdYyHhMmAm
public static final int DateWwwDdYyHhMmAm
The example: W41/2/02 13:00 PM
- See Also:
- Constant Field Values
-
DateMmDdYyyy
public static final int DateMmDdYyyy
The example: 9/30/2002
- See Also:
- Constant Field Values
-
Custom
public static final int Custom
DateTime values are formatted using format string which is set to the project's
Prj.CUSTOM_DATE_FORMAT
property.- See Also:
- Constant Field Values
-
DateDdMmYyyy
public static final int DateDdMmYyyy
The example: 19/07/2016
- See Also:
- Constant Field Values
-
Default
public static final int Default
The example: Default date format.
- See Also:
- Constant Field Values
-
-