Uses of Class
com.stimulsoft.base.system.StiTimeSpan

Packages that use StiTimeSpan
com.stimulsoft.base.range   
com.stimulsoft.base.system   
com.stimulsoft.report.chart   
com.stimulsoft.report.dictionary   
com.stimulsoft.viewer.requestfromuser.components   
 

Uses of StiTimeSpan in com.stimulsoft.base.range
 

Fields in com.stimulsoft.base.range declared as StiTimeSpan
 StiTimeSpan TimeSpanRange.From
           
 StiTimeSpan TimeSpanRange.To
           
 

Methods in com.stimulsoft.base.range that return StiTimeSpan
 StiTimeSpan TimeSpanRange.getFromTime()
           
 StiTimeSpan TimeSpanRange.getToTime()
           
 

Methods in com.stimulsoft.base.range with parameters of type StiTimeSpan
 boolean TimeSpanRange.Contains(StiTimeSpan value)
           
 

Constructors in com.stimulsoft.base.range with parameters of type StiTimeSpan
TimeSpanRange(StiTimeSpan from, StiTimeSpan to)
           
 

Uses of StiTimeSpan in com.stimulsoft.base.system
 

Fields in com.stimulsoft.base.system declared as StiTimeSpan
static StiTimeSpan StiTimeSpan.ZERO
           
 

Methods in com.stimulsoft.base.system that return StiTimeSpan
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)
           
 

Methods in com.stimulsoft.base.system with parameters of type StiTimeSpan
 int StiTimeSpan.compareTo(StiTimeSpan o)
           
 void StiDateTime.setTimeSpan(StiTimeSpan value)
           
 

Constructors in com.stimulsoft.base.system with parameters of type StiTimeSpan
StiDateTime(StiTimeSpan value)
           
 

Uses of StiTimeSpan in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiTimeSpan
 StiTimeSpan StiInteractionOptions.getRecallTime()
           
 

Methods in com.stimulsoft.report.chart with parameters of type StiTimeSpan
 void StiInteractionOptions.setRecallTime(StiTimeSpan value)
           
 

Uses of StiTimeSpan in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiTimeSpan
 StiTimeSpan StiDialogInfoItem.StiTimeSpanRangeDialogInfoItem.getFrom()
           
 StiTimeSpan StiDialogInfoItem.StiTimeSpanDialogInfoItem.getKey()
           
 StiTimeSpan StiVariableItem.getTimeSpan()
           
 StiTimeSpan StiDialogInfoItem.StiTimeSpanRangeDialogInfoItem.getTo()
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiTimeSpan
 void StiDialogInfoItem.StiTimeSpanRangeDialogInfoItem.setFrom(StiTimeSpan value)
           
 void StiDialogInfoItem.StiTimeSpanRangeDialogInfoItem.setTo(StiTimeSpan value)
           
 

Uses of StiTimeSpan in com.stimulsoft.viewer.requestfromuser.components
 

Methods in com.stimulsoft.viewer.requestfromuser.components with parameters of type StiTimeSpan
 void StiDateTimePicker.setValue(StiTimeSpan value)