Uses of Enum Class
com.broadleafcommerce.metadata.dsl.core.extension.fields.DateField.DateStartUnit
Packages that use DateField.DateStartUnit
-
Uses of DateField.DateStartUnit in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return DateField.DateStartUnitModifier and TypeMethodDescriptionstatic DateField.DateStartUnitReturns the enum constant of this class with the specified name.static DateField.DateStartUnit[]DateField.DateStartUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type DateField.DateStartUnitModifier and TypeMethodDescriptiondefault FDateField.defaultEndOf(DateField.DateStartUnit endUnit) Use the current date default ending at the particular unit.default FDateField.defaultStartOf(DateField.DateStartUnit startUnit) Use the current date default starting at the particular unit.