hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

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.