Home
last modified time | relevance | path

Searched defs:endDate (Results 1 – 25 of 1757) sorted by relevance

12345678910>>...71

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq/System.Data.Linq.SqlClient/
H A DSqlMethods.cs42 public static int DateDiffDay (DateTime startDate, DateTime endDate) in DateDiffDay()
54 public static int DateDiffHour (DateTime startDate, DateTime endDate) in DateDiffHour()
66 public static int DateDiffMillisecond (DateTime startDate, DateTime endDate) in DateDiffMillisecond()
78 public static int DateDiffMinute (DateTime startDate, DateTime endDate) in DateDiffMinute()
90 public static int DateDiffMonth (DateTime startDate, DateTime endDate) in DateDiffMonth()
102 public static int DateDiffSecond (DateTime startDate, DateTime endDate) in DateDiffSecond()
114 public static int DateDiffYear (DateTime startDate, DateTime endDate) in DateDiffYear()
128 public static int DateDiffMicrosecond (DateTime startDate, DateTime endDate) in DateDiffMicrosecond()
140 public static int DateDiffNanosecond (DateTime startDate, DateTime endDate) in DateDiffNanosecond()
153 public static int DateDiffDay (DateTimeOffset startDate, DateTimeOffset endDate) in DateDiffDay()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/
H A DSqlMethods.cs20 public static int DateDiffYear(DateTime startDate, DateTime endDate) { in DateDiffYear()
47 public static int DateDiffYear(DateTimeOffset startDate, DateTimeOffset endDate) in DateDiffYear()
79 public static int DateDiffMonth(DateTime startDate, DateTime endDate) { in DateDiffMonth()
137 public static int DateDiffDay(DateTime startDate, DateTime endDate) { in DateDiffDay()
164 public static int DateDiffDay(DateTimeOffset startDate, DateTimeOffset endDate) in DateDiffDay()
195 public static int DateDiffHour(DateTime startDate, DateTime endDate) { in DateDiffHour()
254 public static int DateDiffMinute(DateTime startDate, DateTime endDate) { in DateDiffMinute()
314 public static int DateDiffSecond(DateTime startDate, DateTime endDate) { in DateDiffSecond()
374 public static int DateDiffMillisecond(DateTime startDate, DateTime endDate) { in DateDiffMillisecond()
434 public static int DateDiffMicrosecond(DateTime startDate, DateTime endDate) in DateDiffMicrosecond()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/SqlClient/
H A DSqlFunctions.cs689 …em.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.DateTime? endDate) in DateDiff()
707 …em.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.TimeSpan? endDate) in DateDiff()
716 …ystem.Int32? DateDiff(System.String datePartArg, System.String startDate, System.DateTime? endDate) in DateDiff()
725 …Int32? DateDiff(System.String datePartArg, System.String startDate, System.DateTimeOffset? endDate) in DateDiff()
734 …ystem.Int32? DateDiff(System.String datePartArg, System.String startDate, System.TimeSpan? endDate) in DateDiff()
743 …ystem.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.String endDate) in DateDiff()
752 …ystem.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.String endDate) in DateDiff()
761 …Int32? DateDiff(System.String datePartArg, System.DateTimeOffset? startDate, System.String endDate) in DateDiff()
770 …c System.Int32? DateDiff(System.String datePartArg, System.String startDate, System.String endDate) in DateDiff()
779 …em.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.DateTime? endDate) in DateDiff()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/
H A DYearFrac.php37 public static function fraction($startDate, $endDate, $method = 0)
73 private static function excelBug(float $sDate, $startDate, $endDate, int $method): float
88 private static function method1(float $startDate, float $endDate): float
/dports/www/matomo/piwik/plugins/PrivacyManager/Dao/
H A DLogDataAnonymizer.php39 …public function anonymizeVisitInformation($idSites, $startDate, $endDate, $anonymizeIp, $anonimize…
130 public function unsetLogVisitTableColumns($idSites, $startDate, $endDate, $columns)
135 public function unsetLogConversionTableColumns($idSites, $startDate, $endDate, $visitColumns)
152 public function unsetLogLinkVisitActionColumns($idSites, $startDate, $endDate, $columns)
195 …private function unsetLogTableColumns($table, $dateColumn, $idSites, $startDate, $endDate, $column…
234 private function getNumVisitsInTimeRange($idSites, $startDate, $endDate)
/dports/deskutils/horde-kronolith/kronolith-4.2.29/feed/
H A Dindex.php28 $endDate = Horde_Util::getFormData('e'); variable
74 $endDate = new Horde_Date($endDate); variable
76 $endDate = new Horde_Date($startDate); variable
79 $endDate = new Horde_Date($startDate); variable
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DDateRange.php20 public $endDate; variable in Google_Service_AnalyticsReporting_DateRange
23 public function setEndDate($endDate)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DDateRange.php20 public $endDate; variable in Google_Service_AnalyticsReporting_DateRange
23 public function setEndDate($endDate)
/dports/www/matomo/piwik/core/Period/
H A DRange.php302 protected $endDate = null; variable in Piwik\\Period\\Range
325 protected function processOptimalSubperiods($startDate, $endDate)
409 protected function fillArraySubPeriods($startDate, $endDate, $period)
520 public static function getRelativeToEndDate($period, $lastN, $endDate, $site)
537 private function isEndOfWeekLaterThanEndDate($endDate, $endOfWeek)
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/jmx/export/
H A DDateRange.java28 private Date endDate; field in DateRange
42 public void setEndDate(Date endDate) { in setEndDate()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/x509/
H A DV1TBSCertificateGenerator.java36 Time startDate, endDate; field in V1TBSCertificateGenerator
75 Time endDate) in setEndDate()
81 DERUTCTime endDate) in setEndDate()
H A DV3TBSCertificateGenerator.java41 Time startDate, endDate; field in V3TBSCertificateGenerator
83 DERUTCTime endDate) in setEndDate()
89 Time endDate) in setEndDate()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DDenyMaintenancePeriod.php20 public $endDate; variable in Google_Service_SQLAdmin_DenyMaintenancePeriod
24 public function setEndDate($endDate)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/
H A DDateRange.php20 public $endDate; variable in Google_Service_AnalyticsData_DateRange
24 public function setEndDate($endDate)
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Driver/
H A DHolidays.php50 Horde_Date $endDate = null,
129 private function _getEvents($dh, $startDate, $endDate)
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtquickcontrols/examples/quickcontrols/controls/calendar/src/
H A Devent.cpp84 QDateTime Event::endDate() const in endDate() function in Event
89 void Event::setEndDate(const QDateTime &endDate) in setEndDate()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/model/
H A DPrintCategoryCount.php13 public $endDate; variable in GO\\Calendar\\Model\\PrintCategoryCount
28 public function __construct($startDate,$endDate) {
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x509/
H A DV1TBSCertificateGenerator.java32 Time startDate, endDate; field in V1TBSCertificateGenerator
80 Time endDate) in setEndDate()
86 ASN1UTCTime endDate) in setEndDate()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/metrics/
H A DBandwidthGaugeUpdater.java86 public void blockUploaded(Date startDate, Date endDate, long length) { in blockUploaded()
98 public void blockDownloaded(Date startDate, Date endDate, long length) { in blockDownloaded()
243 private final Date endDate; field in BandwidthGaugeUpdater.BlockTransferWindow
246 public BlockTransferWindow(Date startDate, Date endDate, in BlockTransferWindow()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/
H A DFlight.php20 public $endDate; variable in Google_Service_Dfareporting_Flight
25 public function setEndDate($endDate)
H A DDateRange.php20 public $endDate; variable in Google_Service_Dfareporting_DateRange
25 public function setEndDate($endDate)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/
H A DFlight.php20 public $endDate; variable in Google_Service_Dfareporting_Flight
25 public function setEndDate($endDate)
H A DDateRange.php20 public $endDate; variable in Google_Service_Dfareporting_DateRange
25 public function setEndDate($endDate)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Doubleclicksearch/
H A DReportRequestTimeRange.php22 public $endDate; variable in Google_Service_Doubleclicksearch_ReportRequestTimeRange
41 public function setEndDate($endDate)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/
H A DReportRequestTimeRange.php22 public $endDate; variable in Google_Service_Doubleclicksearch_ReportRequestTimeRange
41 public function setEndDate($endDate)

12345678910>>...71