|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiDateTime in com.stimulsoft.base |
---|
Fields in com.stimulsoft.base declared as StiDateTime | |
---|---|
static StiDateTime |
StiAttribute.CREATED
|
Methods in com.stimulsoft.base that return StiDateTime | |
---|---|
static StiDateTime |
StiJsonReportObjectHelper.Deserialize.DateTime(JProperty prop)
|
Uses of StiDateTime in com.stimulsoft.base.licenses |
---|
Fields in com.stimulsoft.base.licenses declared as StiDateTime | |
---|---|
StiDateTime |
StiLicenseKey.activationDate
|
StiDateTime |
StiLicenseKey.endDate
|
StiDateTime |
StiLicenseProduct.expirationDate
|
StiDateTime |
StiLicenseKey.startDate
|
Methods in com.stimulsoft.base.licenses that return StiDateTime | |
---|---|
StiDateTime |
StiLicenseKey.getActivationDate()
|
StiDateTime |
StiLicenseKey.getEndDate()
|
StiDateTime |
StiLicenseProduct.getExpirationDate()
|
StiDateTime |
StiLicenseKey.getStartDate()
|
Methods in com.stimulsoft.base.licenses with parameters of type StiDateTime | |
---|---|
void |
StiLicenseKey.setActivationDate(StiDateTime activationDate)
|
void |
StiLicenseKey.setEndDate(StiDateTime endDate)
|
void |
StiLicenseProduct.setExpirationDate(StiDateTime expirationDate)
|
void |
StiLicenseKey.setStartDate(StiDateTime startDate)
|
Uses of StiDateTime in com.stimulsoft.base.range |
---|
Fields in com.stimulsoft.base.range declared as StiDateTime | |
---|---|
StiDateTime |
DateTimeRange.From
|
StiDateTime |
DateTimeRange.To
|
Methods in com.stimulsoft.base.range that return StiDateTime | |
---|---|
StiDateTime |
DateTimeRange.getFromDate()
|
StiDateTime |
DateTimeRange.getToDate()
|
Methods in com.stimulsoft.base.range with parameters of type StiDateTime | |
---|---|
boolean |
DateTimeRange.Contains(StiDateTime value)
|
Constructors in com.stimulsoft.base.range with parameters of type StiDateTime | |
---|---|
DateTimeRange(StiDateTime from,
StiDateTime to)
|
Uses of StiDateTime in com.stimulsoft.base.system |
---|
Fields in com.stimulsoft.base.system declared as StiDateTime | |
---|---|
static StiDateTime |
StiDateTime.MaxValue
|
static StiDateTime |
StiDateTime.minValue
|
static StiDateTime |
StiDateTime.MinValue
|
static StiDateTime |
StiDateTime.ZERO
|
Methods in com.stimulsoft.base.system that return StiDateTime | |
---|---|
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)
|
Methods in com.stimulsoft.base.system with parameters of type StiDateTime | |
---|---|
StiTimeSpan |
StiDateTime.subtract(StiDateTime subtrahend)
|
Uses of StiDateTime in com.stimulsoft.data.functons |
---|
Methods in com.stimulsoft.data.functons with parameters of type StiDateTime | |
---|---|
static java.lang.String |
StiDayOfWeekToStrHelper.dayOfWeek(StiDateTime date)
Returns the day of the week. |
static java.lang.String |
StiDayOfWeekToStrHelper.dayOfWeek(StiDateTime date,
boolean localized)
Returns the day of the week. |
static java.lang.String |
StiDayOfWeekToStrHelper.dayOfWeek(StiDateTime dateTime,
java.lang.String culture)
|
static java.lang.String |
StiDayOfWeekToStrHelper.dayOfWeek(StiDateTime dateTime,
java.lang.String culture,
boolean upperCase)
|
static java.lang.String |
StiMonthToStrHelper.monthName(StiDateTime dateTime,
java.lang.Boolean localized)
|
static java.lang.String |
StiMonthToStrHelper.monthName(StiDateTime dateTime,
java.util.Locale locale)
|
static java.lang.String |
StiMonthToStrHelper.monthName(StiDateTime dateTime,
java.lang.String culture)
|
static java.lang.String |
StiMonthToStrHelper.monthName(StiDateTime dateTime,
java.lang.String culture,
java.lang.Boolean upperCase)
|
Uses of StiDateTime in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report that return StiDateTime | |
---|---|
static StiDateTime |
StiConvert.getDefaultDateTimeForNullValues()
|
static StiDateTime |
Func.Convert.toDateTime(java.lang.Object value)
|
Methods in com.stimulsoft.report with parameters of type StiDateTime | |
---|---|
static java.lang.String |
Func.Ua.dateToStr(StiDateTime date)
Returns the String representation of the date. |
static java.lang.String |
Func.En.DateToStr(StiDateTime date)
|
static java.lang.String |
Func.Ua.dateToStr(StiDateTime date,
java.lang.Boolean uppercase)
Returns the String representation of the date. |
static java.lang.String |
Func.En.DateToStr(StiDateTime date,
boolean uppercase)
|
static java.lang.String |
Func.DayOfWeekToStr.dayOfWeek(StiDateTime date)
Returns the day of the week. |
static java.lang.String |
Func.DayOfWeekToStr.dayOfWeek(StiDateTime date,
boolean localized)
Returns the day of the week. |
static java.lang.String |
Func.DayOfWeekToStr.dayOfWeek(StiDateTime dateTime,
java.lang.String culture)
|
static java.lang.String |
Func.DayOfWeekToStr.dayOfWeek(StiDateTime dateTime,
java.lang.String culture,
boolean upperCase)
|
static java.lang.String |
Func.MonthToStr.monthName(StiDateTime dateTime,
java.lang.Boolean localized)
|
static java.lang.String |
Func.MonthToStr.monthName(StiDateTime dateTime,
java.util.Locale locale)
|
static java.lang.String |
Func.MonthToStr.monthName(StiDateTime dateTime,
java.lang.String culture)
|
static java.lang.String |
Func.MonthToStr.monthName(StiDateTime dateTime,
java.lang.String culture,
java.lang.Boolean upperCase)
|
static void |
StiConvert.setDefaultDateTimeForNullValues(StiDateTime defaultDateTimeForNullValues)
|
Uses of StiDateTime in com.stimulsoft.report.dictionary |
---|
Methods in com.stimulsoft.report.dictionary that return StiDateTime | |
---|---|
StiDateTime |
StiVariableItem.getDateTime()
|
StiDateTime |
StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.getFrom()
|
StiDateTime |
StiDialogInfoItem.StiDateTimeDialogInfoItem.getKey()
|
StiDateTime |
StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.getTo()
|
Methods in com.stimulsoft.report.dictionary with parameters of type StiDateTime | |
---|---|
static java.lang.String |
StiFunctionsDate.dayOfWeek(StiDateTime date)
Returns the day of the week. |
static java.lang.String |
StiFunctionsDate.dayOfWeek(StiDateTime date,
boolean localized)
Returns the day of the week. |
static java.lang.String |
StiFunctionsDate.dayOfWeek(StiDateTime date,
java.lang.String culture)
Returns the day of the week. |
static java.lang.String |
StiFunctionsDate.dayOfWeek(StiDateTime date,
java.lang.String culture,
boolean upperCase)
Returns the day of the week. |
static java.lang.String |
StiFunctionsDate.monthName(StiDateTime date,
boolean localized)
|
static java.lang.String |
StiFunctionsDate.monthName(StiDateTime date,
java.util.Locale locale)
|
static java.lang.String |
StiFunctionsDate.monthName(StiDateTime date,
java.lang.String culture)
|
static java.lang.String |
StiFunctionsDate.monthName(StiDateTime date,
java.lang.String culture,
java.lang.Boolean upperCase)
|
void |
StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.setFrom(StiDateTime value)
|
void |
StiDialogInfoItem.StiDateTimeDialogInfoItem.setKey(StiDateTime value)
|
void |
StiDialogInfoItem.StiTimeSpanDialogInfoItem.setKey(StiDateTime value)
|
void |
StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.setTo(StiDateTime value)
|
Uses of StiDateTime in com.stimulsoft.report.dictionary.data |
---|
Methods in com.stimulsoft.report.dictionary.data that return StiDateTime | |
---|---|
StiDateTime |
StiDateDataCell.getValue()
|
Uses of StiDateTime in com.stimulsoft.report.engine.parser |
---|
Methods in com.stimulsoft.report.engine.parser that return StiDateTime | |
---|---|
static StiDateTime |
StiParser.toDateTime(java.lang.Object par1)
|
static StiDateTime |
StiCallFunction.toDateTime(java.lang.Object par1)
|
Uses of StiDateTime in com.stimulsoft.viewer.requestfromuser.components |
---|
Methods in com.stimulsoft.viewer.requestfromuser.components that return StiDateTime | |
---|---|
StiDateTime |
StiDateTimePicker.getValue()
|
Methods in com.stimulsoft.viewer.requestfromuser.components with parameters of type StiDateTime | |
---|---|
void |
StiDateTimePicker.setValue(StiDateTime value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |