FlowFact - Entwicklungstools

zurück

Function - CompareDate
Vergleicht zwei Datumswerte miteinander

  Function CompareDate(ByVal date1 As Date, ByVal strCompareMode As String, ByVal date2 As Date) As Boolean  
 


date1: Datum 1
strCompareMode: Vergleichsoperator z.B. "<", ">", "<=", ">=", "="
date2: Datum 2