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

Packages that use StiDateTime
com.stimulsoft.base   
com.stimulsoft.base.licenses   
com.stimulsoft.base.range   
com.stimulsoft.base.system   
 

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.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)
           
 StiDateTime StiDateTime.subtract(StiDateTime subtrahend)
           
static StiDateTime StiDateTime.valueOf(java.lang.Object o)
           
 

Methods in com.stimulsoft.base.system with parameters of type StiDateTime
 StiDateTime StiDateTime.subtract(StiDateTime subtrahend)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.