TimeValue Class

Represents a time value used in DateTimeValue Class.

Definition

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

Properties

Absolute Gets or sets a specific/fixed (as opposed to relative) time value
Active Gets or sets the flag indicating whether or not the time portion of the DateTimeValue should be used
Offset Gets or sets the adjustment to the time value, e.g. +1 min.
RelativeTime Gets or sets the relative time type for this time value.

Methods

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