| Package | Description |
|---|---|
| com.stimulsoft.base.range | |
| com.stimulsoft.base.system |
| Modifier and Type | Field and Description |
|---|---|
StiTimeSpan |
TimeSpanRange.From |
StiTimeSpan |
TimeSpanRange.To |
| Modifier and Type | Method and Description |
|---|---|
StiTimeSpan |
TimeSpanRange.getFromTime() |
StiTimeSpan |
TimeSpanRange.getToTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeSpanRange.Contains(StiTimeSpan value) |
| Constructor and Description |
|---|
TimeSpanRange(StiTimeSpan from,
StiTimeSpan to) |
| Modifier and Type | Field and Description |
|---|---|
static StiTimeSpan |
StiTimeSpan.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static StiTimeSpan |
StiTimeSpan.fromDays(double days) |
static StiTimeSpan |
StiTimeSpan.fromHours(double hours) |
static StiTimeSpan |
StiTimeSpan.fromInterval(java.util.Calendar dateBegin,
java.util.Calendar dateEnd) |
static StiTimeSpan |
StiTimeSpan.fromMilliseconds(double milliseconds) |
static StiTimeSpan |
StiTimeSpan.fromMinutes(double minutes) |
static StiTimeSpan |
StiTimeSpan.FromSeconds(double seconds) |
static StiTimeSpan |
StiTimeSpan.fromTicks(double ticks) |
StiTimeSpan |
StiDateTime.subtract(StiDateTime subtrahend) |
static StiTimeSpan |
StiTimeSpan.valueOf(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
int |
StiTimeSpan.compareTo(StiTimeSpan o) |
void |
StiDateTime.setTimeSpan(StiTimeSpan value) |
| Constructor and Description |
|---|
StiDateTime(StiTimeSpan value) |
Copyright © 2020 Stimulsoft. All Rights Reserved.