public class BusinessDayAdjustType : IDisposable
Public Class BusinessDayAdjustType
Implements IDisposable
Dispose | Releases all resources used by the BusinessDayAdjustType |
Dispose(Boolean) | Releases the unmanaged resources used by the BusinessDayAdjustType 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) |
getAdjustmentDirection | Get the adjustmentDirection. |
getByValue | Get a reference to a BusinessDayAdjustType for the given value. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getName | Get the name of this BusinessDayAdjustType. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
getValue | Get the unique signed integer value assigned to this BusinessDayAdjustType instance. |
isModified | Get the value of the modified flag. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | (Overrides ObjectToString) |
FOLLOWING | Static Following BusinessDayAdjustType ( 1 ). |
FOLLOWING_MODIFIED | Static Following-Modified BusinessDayAdjustType ( 2 ). |
NONE | Static No Adjustment BusinessDayAdjustType ( 0 ). |
PREVIOUS | Static Previous BusinessDayAdjustType ( -1 ). |
PREVIOUS_MODIFIED | Static Previous-Modified BusinessDayAdjustType ( -2 ). |