public class InterestFrequency : IDisposable
Public Class InterestFrequency
Implements IDisposable
Dispose | Releases all resources used by the InterestFrequency |
Dispose(Boolean) | Releases the unmanaged resources used by the InterestFrequency and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
getByValue | Get a pointer to an InterestFrequency for the given value ( periods per year ). |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getName | Get the name of this InterestFrequency. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
getValue | Get the number of periods per year. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | (Overrides ObjectToString) |
ANNUAL | Static Annual InterestFrequency ( 1 ). |
MONTHLY | Static Quarterly InterestFrequency ( 12 ). |
QUARTERLY | Static Quarterly InterestFrequency ( 4 ). |
SEMI_ANNUAL | Static Semi Annual InterestFrequency ( 2 ). |