Interface IDatetimeClause
An interface for a date time calculations clause
Namespace:Dapplo.Jira.Query
Assembly:Dapplo.Jira.dll
Syntax
public interface IDatetimeClause
Properties
| Improve this Doc View SourceAfter
Is the queried timestamp after the specified timestamp?
Declaration
IDatetimeClauseWithoutValue After { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
AfterOrOn
Is the queried timestamp after or on the specified timestamp?
Declaration
IDatetimeClauseWithoutValue AfterOrOn { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
Before
Is the queried timestamp before the specified timestamp?
Declaration
IDatetimeClauseWithoutValue Before { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
BeforeOrOn
Is the queried timestamp before or on the specified timestamp?
Declaration
IDatetimeClauseWithoutValue BeforeOrOn { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |
On
Is the queried timestamp the same as the specified timestamp?
Declaration
IDatetimeClauseWithoutValue On { get; }
Property Value
Type | Description |
---|---|
IDatetimeClauseWithoutValue |