MoneyMinValue Property

Returns the smallest possible value for Money.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public static Money MinValue { get; }

Property Value

Money

Implements

IMinMaxValueTSelfMinValue

Remarks

The value of this constant is the same as the MinValue constant, negative 79,228,162,514,264,337,593,543,950,335.

See Also