Package | Description |
---|---|
com.dlsc.flexgantt.model.dateline |
Provides a model definition and default implementation for a dateline
model.
|
Modifier and Type | Method and Description |
---|---|
GridLine.DstChangeType |
GridLine.getDstChangeType()
Determines the type of DST change represented by the grid line.
|
static GridLine.DstChangeType |
GridLine.DstChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridLine.DstChangeType[] |
GridLine.DstChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GridLine.setDstChangeType(GridLine.DstChangeType changeType)
Specifies whether the grid lines represents a time point where the
daylight savings time changes.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.