8.2.10.15 datetime.gt ¶
- Method:
out =
gt (A, B)
¶
-
True if A is greater than B. This defines the >
operator
for datetime
s.
Inputs are implicitly converted to datetime
using the one-arg
constructor or conversion method.
Returns logical array the same size as obj.