public class DateOffset : IDisposable
public ref class DateOffset : IDisposable
Active | Gets or sets the flag indicating whether or not the offset should be applied. |
DateResolution | Gets or sets the value for the offset, units are specified by DateResolution. |
Value | Gets or sets the units that the offset is specified in. |
Dispose | Releases all resources used by the DateOffset |
Dispose(Boolean) | Releases the unmanaged resources used by the DateOffset and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |