hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

date-time-is-greater

Checks if the first date and time is later 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 later than the second, false otherwise.