Skip to main content
1

📅 Relative to Today

bool
Checks if the date falls on the exact same calendar day as today (time ignored).
bool
Checks if the date was exactly one calendar day before today (time ignored).
bool
Checks if the date is exactly one calendar day after today (time ignored).
2

⏳ Relative to Now

bool
Checks if the moment is in the past relative to the current system time (DateTime.now()).
DateTime
bool
Checks if the moment is in the future relative to the current system time (DateTime.now()).
DateTime