Interface IDatetimeClause
An interface for a date time calculations clause
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public interface IDatetimeClause
Properties
| Improve this Doc View SourceAfter
Used in CQL to test if a datetime is after
Declaration
IDatetimeClauseWithoutValue After { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
AfterOrOn
Used in CQL to test if a datetime is after or on
Declaration
IDatetimeClauseWithoutValue AfterOrOn { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
Before
Used in CQL to test if a datetime is before
Declaration
IDatetimeClauseWithoutValue Before { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
BeforeOrOn
Used in CQL to test if a datetime is before or on
Declaration
IDatetimeClauseWithoutValue BeforeOrOn { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
On
Used in CQL to test if a datetime is on
Declaration
IDatetimeClauseWithoutValue On { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |