Click or drag to resize
FinancePeriod Enumeration
Used to indicate that payment is made at the beginning or end of each period.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Period
Members
  Member nameValueDescription
AtEnd0 Indicates payment is made at the end of each period.
AtBeginning1 Indicates payment is made at the beginning of each period.
See Also