Uses of Class
com.stimulsoft.base.system.StiDateTime
Packages that use StiDateTime
Package
Description
-
Uses of StiDateTime in com.stimulsoft.base
Fields in com.stimulsoft.base declared as StiDateTimeMethods in com.stimulsoft.base that return StiDateTimeModifier and TypeMethodDescriptionstatic StiDateTimestatic StiDateTimestatic StiDateTimeStiConvert.getDefaultDateTimeForNullValues()StiHeartbeatState.getInitDate()StiHeartbeatState.getLastSent()StiHeartbeatState.getLockoutDate()static StiDateTimeStiHeartbeat.lockoutDate()Methods in com.stimulsoft.base with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic voidStiConvert.setDefaultDateTimeForNullValues(StiDateTime defaultDateTimeForNullValues) voidStiHeartbeatState.setInitDate(StiDateTime initDate) voidStiHeartbeatState.setLastSent(StiDateTime lastSent) voidStiHeartbeatState.setLockoutDate(StiDateTime lockoutDate) -
Uses of StiDateTime in com.stimulsoft.base.drawing
Fields in com.stimulsoft.base.drawing declared as StiDateTime -
Uses of StiDateTime in com.stimulsoft.base.helper
Methods in com.stimulsoft.base.helper that return StiDateTimeModifier and TypeMethodDescriptionstatic StiDateTimeStiValueHelper.tryToDateTime(Object value) static StiDateTimeStiValueHelper.tryToNullableDateTime(Object value) -
Uses of StiDateTime in com.stimulsoft.base.licenses
Fields in com.stimulsoft.base.licenses declared as StiDateTimeModifier and TypeFieldDescriptionStiLicenseKey.activationDateStiLicenseKey.endDateStiLicenseProduct.expirationDateStiLicenseKey.startDateMethods in com.stimulsoft.base.licenses that return StiDateTimeModifier and TypeMethodDescriptionStiLicenseKey.getActivationDate()StiLicenseKey.getEndDate()StiTrialLicenseKey.getEndDate()StiLicenseProduct.getExpirationDate()StiLicenseKey.getStartDate()StiTrialLicenseKey.getStartDate()static StiDateTimeStiTrialUsageStore.getStartDate()Methods in com.stimulsoft.base.licenses with parameters of type StiDateTimeModifier and TypeMethodDescriptionvoidStiLicenseKey.setActivationDate(StiDateTime activationDate) voidStiLicenseKey.setEndDate(StiDateTime endDate) voidStiTrialLicenseKey.setEndDate(StiDateTime endDate) voidStiLicenseProduct.setExpirationDate(StiDateTime expirationDate) voidStiLicenseKey.setStartDate(StiDateTime startDate) voidStiTrialLicenseKey.setStartDate(StiDateTime startDate) -
Uses of StiDateTime in com.stimulsoft.base.range
Fields in com.stimulsoft.base.range declared as StiDateTimeMethods in com.stimulsoft.base.range that return StiDateTimeModifier and TypeMethodDescriptionfinal StiDateTimeDateTimeRange.getFromDate()final StiDateTimeDateTimeRange.getToDate()Methods in com.stimulsoft.base.range with parameters of type StiDateTimeConstructors in com.stimulsoft.base.range with parameters of type StiDateTime -
Uses of StiDateTime in com.stimulsoft.base.system
Subclasses of StiDateTime in com.stimulsoft.base.systemFields in com.stimulsoft.base.system declared as StiDateTimeModifier and TypeFieldDescriptionstatic StiDateTimeStiDateTime.MaxValuestatic StiDateTimeStiDateTime.minValuestatic StiDateTimeStiDateTime.MinValuestatic StiDateTimeStiDateTime.ZEROMethods in com.stimulsoft.base.system that return StiDateTimeModifier and TypeMethodDescriptionStiDateTime.addDays(long days) Returns the DateTime resulting from adding a fractional number of days to this DateTime.StiDateTime.addHours(long hours) Returns the DateTime resulting from adding a fractional number of hours to this DateTime.StiDateTime.addMilliseconds(long milliseconds) Returns the DateTime resulting from the given number of milliseconds to this DateTime.StiDateTime.addMinutes(long minutes) Returns the DateTime resulting from adding a fractional number of minutes to this DateTime.StiDateTime.addMonths(int months) Returns the DateTime resulting from adding the given number of months to this DateTime.StiDateTime.addSeconds(long seconds) Returns the DateTime resulting from adding a fractional number of seconds to this DateTime.StiDateTime.addYears(int years) Returns the DateTime resulting from adding the given number of years to this DateTime.StiDateTime.clone()static StiDateTimeStiDateTime.currentDate()static StiDateTimeStiDateTime.currentDateOnly()StiDateTime.date()static StiDateTimeStiDateTime.fromNetJsonString(String jsonDate) static StiDateTimeStiDateTime.fromString(String strFrom) static StiDateTimeStiDateTime.now()static StiDateTimestatic StiDateTimeStiDateTime.parseFromFormat(String from, StiDateTime dateFormat) StiDateOnly.toDateTime()StiTimeOnly.toDateTime()static StiDateTimeStiDateTime.today()static StiDateTimeMethods in com.stimulsoft.base.system with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic StiDateOnlyStiDateOnly.fromDateTime(StiDateTime dateTime) static StiTimeOnlyStiTimeOnly.fromDateTime(StiDateTime dateTime) static StiDateTimeStiDateTime.parseFromFormat(String from, StiDateTime dateFormat) StiDateTime.subtract(StiDateTime subtrahend) Constructors in com.stimulsoft.base.system with parameters of type StiDateTimeModifierConstructorDescriptionStiDateTime(StiDateTime value) StiDateTimeOffset(StiDateTime value) -
Uses of StiDateTime in com.stimulsoft.data.functons
Methods in com.stimulsoft.data.functons with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic StringStiDayOfWeekToStrHelper.dayOfWeek(StiDateTime date) Returns the day of the week.static StringStiDayOfWeekToStrHelper.dayOfWeek(StiDateTime date, boolean localized) Returns the day of the week.static StringStiDayOfWeekToStrHelper.dayOfWeek(StiDateTime dateTime, String culture) static StringStiDayOfWeekToStrHelper.dayOfWeek(StiDateTime dateTime, String culture, boolean upperCase) static StiMonthFuncs.monthIdent(StiDateTime dateTime) static StringStiMonthToStrHelper.monthName(StiDateTime dateTime, Boolean localized) static StringStiMonthToStrHelper.monthName(StiDateTime dateTime, String culture) static StringStiMonthToStrHelper.monthName(StiDateTime dateTime, String culture, Boolean upperCase) static StringStiMonthToStrHelper.monthName(StiDateTime dateTime, Locale locale) -
Uses of StiDateTime in com.stimulsoft.report
Methods in com.stimulsoft.report that return StiDateTimeModifier and TypeMethodDescriptionstatic StiDateTimeStiReportParser.parseDateTime(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static StiDateTimeFunc.Convert.toDateTime(Object value) Methods in com.stimulsoft.report with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic StringFunc.Ua.dateToStr(StiDateTime date) Returns the String representation of the date.static StringFunc.Ua.dateToStr(StiDateTime date, Boolean uppercase) Returns the String representation of the date.static StringFunc.En.DateToStr(StiDateTime date) static StringFunc.En.DateToStr(StiDateTime date, boolean uppercase) static StringFunc.DayOfWeekToStr.dayOfWeek(StiDateTime date) Returns the day of the week.static StringFunc.DayOfWeekToStr.dayOfWeek(StiDateTime date, boolean localized) Returns the day of the week.static StringFunc.DayOfWeekToStr.dayOfWeek(StiDateTime dateTime, String culture) static StringFunc.DayOfWeekToStr.dayOfWeek(StiDateTime dateTime, String culture, boolean upperCase) static StringFunc.MonthToStr.monthName(StiDateTime dateTime, Boolean localized) static StringFunc.MonthToStr.monthName(StiDateTime dateTime, String culture) static StringFunc.MonthToStr.monthName(StiDateTime dateTime, String culture, Boolean upperCase) static StringFunc.MonthToStr.monthName(StiDateTime dateTime, Locale locale) -
Uses of StiDateTime in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiDateTimeModifier and TypeMethodDescriptionstatic StiDateTimeStiValidationHelper.convertValidationDateFromString(String str) StiVariableItem.getDateTime()static StiDateTimeStiVariableValueConverter.getDateTimeFromValue(String value) StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.getFrom()StiDialogInfoItem.StiDateTimeDialogInfoItem.getKey()StiDialogInfoItem.StiDateTimeRangeDialogInfoItem.getTo()Methods in com.stimulsoft.report.dictionary with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic StringStiValidationHelper.convertValidationDateToString(StiDateTime date) static StringStiFunctionsDate.dayOfWeek(StiDateTime date) Returns the day of the week.static StringStiFunctionsDate.dayOfWeek(StiDateTime date, boolean localized) Returns the day of the week.static StringStiFunctionsDate.dayOfWeek(StiDateTime date, String culture) Returns the day of the week.static StringStiFunctionsDate.dayOfWeek(StiDateTime date, String culture, boolean upperCase) Returns the day of the week.static StringStiFunctionsDate.monthName(StiDateTime date, boolean localized) static StringStiFunctionsDate.monthName(StiDateTime date, String culture) static StringStiFunctionsDate.monthName(StiDateTime date, String culture, Boolean upperCase) static StringStiFunctionsDate.monthName(StiDateTime date, Locale locale) voidStiDialogInfoItem.StiDateTimeRangeDialogInfoItem.setFrom(StiDateTime value) voidStiDialogInfoItem.StiDateTimeDialogInfoItem.setKey(StiDateTime value) voidStiDialogInfoItem.StiTimeSpanDialogInfoItem.setKey(StiDateTime value) voidStiDialogInfoItem.StiDateTimeRangeDialogInfoItem.setTo(StiDateTime value) -
Uses of StiDateTime in com.stimulsoft.report.dictionary.data
Methods in com.stimulsoft.report.dictionary.data that return StiDateTime -
Uses of StiDateTime in com.stimulsoft.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiDateTimeModifier and TypeMethodDescriptionstatic longStiFunctionsDateTime.weekOfMonth(StiDateTime stiDate) static longStiFunctionsDateTime.weekOfMonth(StiDateTime stiDate, DayOfWeek firstDayOfWeek) static longStiFunctionsDateTime.weekOfMonth(StiDateTime stiDate, DayOfWeek firstDayOfWeek, CalendarWeekRule calendarWeekRule) static longStiFunctionsDateTime.weekOfYear(StiDateTime stiDate) static longStiFunctionsDateTime.weekOfYear(StiDateTime stiDate, DayOfWeek firstDayOfWeek) static longStiFunctionsDateTime.weekOfYear(StiDateTime stiDate, DayOfWeek firstDayOfWeek, CalendarWeekRule calendarWeekRule) -
Uses of StiDateTime in com.stimulsoft.report.engine.parser
Methods in com.stimulsoft.report.engine.parser that return StiDateTimeModifier and TypeMethodDescriptionstatic StiDateTimeStiCallFunction.toDateTime(Object par1) static StiDateTimeStiParser.toDateTime(Object par1) -
Uses of StiDateTime in com.stimulsoft.viewer.requestfromuser.components
Methods in com.stimulsoft.viewer.requestfromuser.components that return StiDateTimeMethods in com.stimulsoft.viewer.requestfromuser.components with parameters of type StiDateTime