Uses of Class
com.primavera.integration.client.bo.enm.DateTimeFormatType
Packages that use DateTimeFormatType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DateTimeFormatType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DateTimeFormatTypeModifier and TypeFieldDescriptionstatic final DateTimeFormatTypeDateTimeFormatType.DO_NOT_SHOW_TIMEstatic final DateTimeFormatTypeDateTimeFormatType.NULLstatic final DateTimeFormatTypeDateTimeFormatType.TWELVE_HOURstatic final DateTimeFormatTypeDateTimeFormatType.TWENTY_FOUR_HOURMethods in com.primavera.integration.client.bo.enm that return DateTimeFormatTypeModifier and TypeMethodDescriptionstatic DateTimeFormatTypeDateTimeFormatType.getDateTimeFormatType(int iDateTimeFormatType) Gets an instance of DateTimeFormatType based on the integer value specified.static DateTimeFormatTypeDateTimeFormatType.getDateTimeFormatType(String sDateTimeFormatType) Gets an instance of DateTimeFormatType based on the String value specified. -
Uses of DateTimeFormatType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DateTimeFormatTypeModifier and TypeMethodDescriptionUser.getDateTimeFormatType()Gets the date format type for the user: '12 hour (1:30 PM)' , '24 hour (13:30)' or 'Do not show time'.Methods in com.primavera.integration.client.bo.object with parameters of type DateTimeFormatTypeModifier and TypeMethodDescriptionvoidUser.setDateTimeFormatType(DateTimeFormatType enm) Sets the date format type for the user: '12 hour (1:30 PM)' , '24 hour (13:30)' or 'Do not show time'.