- isDistinctFrom(TimeRange) - Method in class com.contaazul.dsl.TimeRange
-
Test si l'intersection entre les 2 p�riodes d�finies par les dates en
param�tres, est vide ou pas.
- isFuture() - Method in class com.contaazul.dsl.DateBuilder
-
- isPast() - Method in class com.contaazul.dsl.DateBuilder
-
- isSameAs(Calendar) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if calendar object represent the same date and time.
- isSameAs(Date) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if date object represent the same date and time.
- isSameDayAs(Calendar) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if calendar object is on the same day ignoring time.
- isSameDayAs(Date) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if date object is on the same day ignoring time.
- isSameTimeAs(Calendar) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if calendar object represent the same instant in time.
- isSameTimeAs(Date) - Method in class com.contaazul.dsl.DateBuilder
-
Checks if date object represent the same instant in time.
- isToday() - Method in class com.contaazul.dsl.DateBuilder
-
- isWeekend() - Method in class com.contaazul.dsl.DateBuilder
-
methode utilitaire pour determiner si c'est un jour du week end.