ShortTimeSubtraction Operator

Subtracts two times.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static TimeSpan operator -(
	ShortTime a,
	ShortTime b
)

Parameters

a  ShortTime
b  ShortTime

Return Value

TimeSpan

[Missing <returns> documentation for "M:Gemstone.ShortTime.op_Subtraction(Gemstone.ShortTime,Gemstone.ShortTime)"]

See Also