Object Method Datetime.compare
Compares to date, to the given optional resolution. Returns -1 if date1 is before date2. Returns 1 if date1 is after date2. Returns 0 if equal
Datetime.compare(datetime date2,[string datepart]):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
date2 | datetime | Yes | datetime object |
datepart | string | No |
Precision of the comparison: |