Interface IDatetimeClauseWithoutValue
An interface for a date time calculations clause
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public interface IDatetimeClauseWithoutValue
Methods
| Improve this Doc View SourceDateTime(DateTime)
Specify a DateTime to compare against
Declaration
IFinalClause DateTime(DateTime dateTime)
Parameters
Type | Name | Description |
---|---|---|
DateTime | dateTime | DateTime |
Returns
Type | Description |
---|---|
IFinalClause | this |
EndOfDay(Nullable<TimeSpan>)
Use the endOfDay function as the value to compare
Declaration
IFinalClause EndOfDay(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
EndOfMonth(Nullable<TimeSpan>)
Use the endOfMonth function as the value to compare
Declaration
IFinalClause EndOfMonth(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
EndOfWeek(Nullable<TimeSpan>)
Use the endOfWeek function as the value to compare
Declaration
IFinalClause EndOfWeek(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
EndOfYear(Nullable<TimeSpan>)
Use the endOfYear function as the value to compare
Declaration
IFinalClause EndOfYear(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
StartOfDay(Nullable<TimeSpan>)
Use the startOfDay function as the value to compare
Declaration
IFinalClause StartOfDay(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
StartOfMonth(Nullable<TimeSpan>)
Use the startOfMonth function as the value to compare
Declaration
IFinalClause StartOfMonth(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
StartOfWeek(Nullable<TimeSpan>)
Use the startOfWeek function as the value to compare
Declaration
IFinalClause StartOfWeek(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |
StartOfYear(Nullable<TimeSpan>)
Use the startOfYear function as the value to compare
Declaration
IFinalClause StartOfYear(TimeSpan? timeSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<TimeSpan> | timeSpan | optional TimeSpan to offset the comparison |
Returns
Type | Description |
---|---|
IFinalClause | this |