DateTimeValueIsAbsoluteDateTime Method

Returns whether or not this is a fixed (ie. absolute) DateTime value.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public bool IsAbsoluteDateTime()

Return Value

Boolean
true if is a fixed (ie. absolute) DateTimeValue or false if it a relative DateTimeValue.

See Also