DateOffset Class

Represents an offset from a particular DateValue

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class DateOffset : IDisposable
Inheritance
Object    DateOffset
Implements
IDisposable

Properties

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.

Methods

DisposeReleases all resources used by the DateOffset
Dispose(Boolean)Releases the unmanaged resources used by the DateOffset and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also