DateTimeValue Class

Represents a date/time value, which can be relative or fixed.

Definition

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

Properties

Active Gets or sets a flag indicating whether or not the DateTimeValue is active.
DatePart The date part of the date and time
TimePart The time part of the date and time

Methods

DisposeReleases all resources used by the DateTimeValue
Dispose(Boolean)Releases the unmanaged resources used by the DateTimeValue 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)
IsAbsoluteDateTime Returns whether or not this is a fixed (ie. absolute) DateTime value.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetAbsoluteDateTime Sets the DateTimeValue to be a fixed/absolute date time.
ToString Converts the DateTimeValue into a string representing the value.
(Overrides ObjectToString)

See Also