Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
date-time-is-less
Checks if the first date and time is earlier than the second.
Parameter
Type
Description
self
dateTime
The first date and time.
other
dateTime
The second date and time to compare.
return
bool
True if the first date and time is earlier than the second, false otherwise.