Home
last modified time | relevance | path

Searched defs:oEndDate (Results 1 – 4 of 4) sorted by relevance

/dports/www/itop/web/datamodels/2.x/itop-sla-computation/
H A Dmain.itop-sla-computation.php109 public function GetOpenDuration($oObject, DateTime $oStartDate, DateTime $oEndDate)
168 public static function GetOpenDuration($oTicket, DateTime $oStartDate, DateTime $oEndDate)
/dports/www/itop/web/core/
H A Dcomputing.inc.php60 public function GetOpenDuration($oObject, DateTime $oStartDate, DateTime $oEndDate);
122 public function GetOpenDuration($oObject, DateTime $oStartDate, DateTime $oEndDate)
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbaseguitest/
H A Dskgtestperiodedit.cpp78 QDate oEndDate; in TestPeriods() local
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgperiodedit.cpp202 …GPeriodEdit::PeriodInterval iInterval, int iValue, QDate& oBeginDate, QDate& oEndDate, QDate iDate) in getDates()
381 void SKGPeriodEdit::getDates(QDate& oBeginDate, QDate& oEndDate) in getDates()