PeriodLessThanOrEqual Operator

Overload for less than or equal operator

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool operator <=(
	Period p1,
	Period p2
)

Parameters

p1  Period
The first period object
p2  Period
The second period object

Return Value

Boolean
True if r1 is less than or equal to r2, false if not

See Also