| Package | Description |
|---|---|
| com.stimulsoft.base | |
| com.stimulsoft.base.licenses | |
| com.stimulsoft.base.range | |
| com.stimulsoft.base.system |
| Modifier and Type | Field and Description |
|---|---|
static StiDateTime |
StiAttribute.CREATED |
| Modifier and Type | Method and Description |
|---|---|
static StiDateTime |
StiJsonReportObjectHelper.Deserialize.DateTime(JProperty prop) |
| Modifier and Type | Field and Description |
|---|---|
StiDateTime |
StiLicenseKey.activationDate |
StiDateTime |
StiLicenseKey.endDate |
StiDateTime |
StiLicenseProduct.expirationDate |
StiDateTime |
StiLicenseKey.startDate |
| Modifier and Type | Method and Description |
|---|---|
StiDateTime |
StiLicenseKey.getActivationDate() |
StiDateTime |
StiLicenseKey.getEndDate() |
StiDateTime |
StiLicenseProduct.getExpirationDate() |
StiDateTime |
StiLicenseKey.getStartDate() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiLicenseKey.setActivationDate(StiDateTime activationDate) |
void |
StiLicenseKey.setEndDate(StiDateTime endDate) |
void |
StiLicenseProduct.setExpirationDate(StiDateTime expirationDate) |
void |
StiLicenseKey.setStartDate(StiDateTime startDate) |
| Modifier and Type | Field and Description |
|---|---|
StiDateTime |
DateTimeRange.From |
StiDateTime |
DateTimeRange.To |
| Modifier and Type | Method and Description |
|---|---|
StiDateTime |
DateTimeRange.getFromDate() |
StiDateTime |
DateTimeRange.getToDate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DateTimeRange.Contains(StiDateTime value) |
| Constructor and Description |
|---|
DateTimeRange(StiDateTime from,
StiDateTime to) |
| Modifier and Type | Field and Description |
|---|---|
static StiDateTime |
StiDateTime.MaxValue |
static StiDateTime |
StiDateTime.minValue |
static StiDateTime |
StiDateTime.MinValue |
static StiDateTime |
StiDateTime.ZERO |
| Modifier and Type | Method and Description |
|---|---|
StiDateTime |
StiDateTime.addDays(double value)
Returns the DateTime resulting from adding a fractional number of days to this DateTime.
|
StiDateTime |
StiDateTime.addHours(double value)
Returns the DateTime resulting from adding a fractional number of hours to this DateTime.
|
StiDateTime |
StiDateTime.addMilliseconds(double value)
Returns the DateTime resulting from the given number of milliseconds to this DateTime.
|
StiDateTime |
StiDateTime.addMinutes(double value)
Returns the DateTime resulting from adding a fractional number of minutes to this DateTime.
|
StiDateTime |
StiDateTime.addMonths(int months)
Returns the DateTime resulting from adding the given number of months to this DateTime.
|
StiDateTime |
StiDateTime.addSeconds(double value)
Returns the DateTime resulting from adding a fractional number of seconds to this DateTime.
|
StiDateTime |
StiDateTime.addTicks(long value)
Returns the DateTime resulting from adding the given number of 100-nanosecond ticks to this
DateTime.
|
StiDateTime |
StiDateTime.addYears(int value)
Returns the DateTime resulting from adding the given number of years to this DateTime.
|
StiDateTime |
StiDateTime.clone() |
static StiDateTime |
StiDateTime.currentDate() |
static StiDateTime |
StiDateTime.currentDateOnly() |
static StiDateTime |
StiDateTime.fromNetJsonString(java.lang.String jsonDate) |
static StiDateTime |
StiDateTime.fromString(java.lang.String strFrom) |
static StiDateTime |
StiDateTime.Parse(java.lang.String from) |
static StiDateTime |
StiDateTime.valueOf(java.lang.Object o) |
| Modifier and Type | Method and Description |
|---|---|
StiTimeSpan |
StiDateTime.subtract(StiDateTime subtrahend) |
Copyright © 2020 Stimulsoft. All Rights Reserved.