This is preliminary documentation and is subject to change.

ExtendedDateTimeGreaterThanOrEqual Operator

Greater or equal operator

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static bool operator >=(
	ExtendedDateTime e1,
	ExtendedDateTime e2
)

Parameters

e1  ExtendedDateTime

[Missing <param name="e1"/> documentation for "M:MoreDateTime.ExtendedDateTime.op_GreaterThanOrEqual(MoreDateTime.ExtendedDateTime,MoreDateTime.ExtendedDateTime)"]

e2  ExtendedDateTime

[Missing <param name="e2"/> documentation for "M:MoreDateTime.ExtendedDateTime.op_GreaterThanOrEqual(MoreDateTime.ExtendedDateTime,MoreDateTime.ExtendedDateTime)"]

Return Value

Boolean

See Also