Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
ProjectDateFormat |
ProjectProperties.getBarTextDateFormat()
Gets Bar Text Date Format.
|
ProjectDateFormat |
ProjectProperties.getDateFormat()
Gets the set Date Format.
|
static ProjectDateFormat |
ProjectDateFormat.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ProjectDateFormat |
ProjectDateFormat.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
static ProjectDateFormat |
ProjectDateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectDateFormat[] |
ProjectDateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectProperties.setBarTextDateFormat(ProjectDateFormat dateFormat)
Sets Bar Text Date Format.
|
void |
ProjectProperties.setDateFormat(ProjectDateFormat dateFormat)
Sets the set Date Format.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.