DateValue Class

Represents the date part of the DateTimeValue class.

Definition

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

Properties

Absolute Gets or sets the specific DateTime value.
Offset The offset for the date value.
RelativeDate Gets or sets the RelativeDateType for a relative date.

Methods

DisposeReleases all resources used by the DateValue
Dispose(Boolean)Releases the unmanaged resources used by the DateValue 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