Package | Description |
---|---|
com.dhtmlx.planner.api | |
com.dhtmlx.planner.controls |
Modifier and Type | Method and Description |
---|---|
static DHXTimeSpan.DHXDayOfWeek |
DHXTimeSpan.DHXDayOfWeek.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXTimeSpan.DHXDayOfWeek[] |
DHXTimeSpan.DHXDayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DHXTimeSpan.DHXDayOfWeek> |
DHXTimeSpan.getDays() |
Modifier and Type | Method and Description |
---|---|
DHXMarkTime |
DHXTimeSpanMarker.mark(DHXTimeSpan.DHXDayOfWeek day)
Full day mark of specific day of week
|
DHXMarkTime |
DHXTimeSpanMarker.mark(DHXTimeSpan.DHXDayOfWeek day,
DHXZone zone)
Mark time areas of specific date
|
void |
DHXTimeSpan.setDay(DHXTimeSpan.DHXDayOfWeek day)
sets day of week
|
void |
DHXTimeSpan.setDays(DHXTimeSpan.DHXDayOfWeek... dayParam)
sets two days of week
|
Modifier and Type | Method and Description |
---|---|
void |
DHXTimeSpan.setDays(java.lang.Iterable<DHXTimeSpan.DHXDayOfWeek> days)
sets days of week
|
Modifier and Type | Method and Description |
---|---|
void |
DHXView.ignoreUnits(DHXTimeSpan.DHXDayOfWeek... dayParam) |