ShortTimeSubtraction Operator

Subtracts two times.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.155 -- Release Build+a7d8ba87ff92af3282fc68a6fbfd37a854100b44
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