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.EnumSpecifies the date format.
-
-
Field Summary
Fields Modifier and Type Field Description static intCustomDateTime values are formatted using format string which is set to the project'sPrj.CUSTOM_DATE_FORMATproperty.static intDateDdThe example: 30static intDateDddDdThe example: Tue 30static intDateDddHhMmAMThe example: Tue 13:00 PMstatic intDateDddMmDdThe example: Tue 9/30static intDateDddMmDdYyThe example: Tue 9/30/02static intDateDddMmDdYyHhMmAMThe example: Tue 9/30/02 13:00 PMstatic intDateDddMmmDdThe example: Tue Sep 30static intDateDddMmmDdYyyThe example: Tue Sep 30, '02static intDateDdMmYyyyThe example: 19/07/2016static intDateHhMmAmThe example: 13:00 PMstatic intDateMmDdThe example: 9/30static intDateMmDdYyThe example: 9/30/02static intDateMmDdYyHhMmAMThe example: 09/30/02 13:00 PMstatic intDateMmDdYyyyThe example: 9/30/2002static intDateMmmDdThe example: Sep 30static intDateMmmDdHhMmAMThe example: Sep 30 13:00 PMstatic intDateMmmDdYyyThe example: Sep 30, '02static intDateMmmmDdThe example: September 30static intDateMmmmDdYyyyThe example: September 30, 2002static intDateMmmmDdYyyyHhMmAMThe example: September 30, 2002 13:00 PMstatic intDateWwwDdThe example: W41/2static intDateWwwDdYyHhMmAmThe example: W41/2/02 13:00 PMstatic intDefaultThe 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_FORMATproperty.- 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
-
-