8.2.9.27 datetime.ge ¶
- Method:
out =
ge (A, B)
¶
-
True if A is greater than or equal to 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.