• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Confluence
    • AttachmentDomain
    • ConfluenceClient
    • ConfluenceClientConfig
    • ConfluenceException
    • ContentExtensions
    • GroupDomain
    • IAttachmentDomain
    • IConfluenceClient
    • IConfluenceClientPlugins
    • IConfluenceDomain
    • IContentDomain
    • IGroupDomain
    • IMiscDomain
    • ISpaceDomain
    • IUserDomain
    • MiscExtensions
    • SpaceExtensions
    • UserDomain
    • UserIdentifierExtensions
  • Dapplo.Confluence.Entities
    • BaseEntity<TId>
    • Body
    • BodyContent
    • Children
    • Content
    • CopyContent
    • CopyDestinations
    • CopyPageRequestDestination
    • Description
    • Error
    • Group
    • History
    • IUserIdentifier
    • Label
    • LastUpdated
    • Links
    • LongRunningTask
    • Metadata
    • PagingInformation
    • Picture
    • Plain
    • Positions
    • Result<TResult>
    • SearchDetails
    • Space
    • SpaceContents
    • SystemInfoEntity
    • User
    • UserWatch
    • Version
  • Dapplo.Confluence.Query
    • ContentTypes
    • Fields
    • IContentClause
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • ISimpleValueClause
    • ISpaceClause
    • ITextClause
    • ITitleClause
    • ITypeClause
    • IUserClause
    • Operators
    • Where

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 Source

DateTime(DateTime)

Specify a DateTime to compare against

Declaration
IFinalClause DateTime(DateTime dateTime)
Parameters
Type Name Description
DateTime dateTime

DateTime

Returns
Type Description
IFinalClause

this

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo