[ROOT] / doc / DocFrag / ARCQuery.ValueComparerDateTime.IsInterval
Key | Value |
---|---|
Assembly | ARCQuery |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -8- |
Name | IsInterval |
Namespace | ARCQuery |
Type | ValueComparerDateTime |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | ValueComparerDateTime |
MethodName | IsInterval |
MethodSignature | Boolean IsInterval |
Normally the interval which is compared against is the timespan corresponding to Resolution.
(unless of course IsBefore or IsAfter is used.)
If terms like 'Last3Days' or 'Next2Months' are used then the interval to compare against would be centered around the InitValue (the 'now' value).
Example: On Thursday 3DaysAgo would mean only Monday, while Last3Days would mean 'Monday to Wednesday'.
Likewise in April 3MonthsAgo would mean only January, while Last3Months would mean 'January to March'.
Generated 2025-01-13 21:27:55.015 UTC