Before, in Class TM_RelativePosition
Documentation
For this instant and another instant:
self.position < instant.position
For this instant and a period:
self.position < period.begin
For this period and an instant
self.end < instant.position
For this period and another period:
self.end < period.begin
Export Control | PublicAccess | Containment | Unspecified |
Static | No | Derived | No |