This is preliminary documentation and is subject to change.

ExtendedDateTimeSubtraction(ExtendedDateTime, ExtendedDateTime) Operator

Subtraction operator

Definition

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

Parameters

e2  ExtendedDateTime

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

e1  ExtendedDateTime

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

Return Value

TimeSpan

See Also