• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • LoginInfo
    • Pageable
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • Resolution
    • Results<TResultType>
    • Schema
    • Search
    • SearchResult<TIssue>
    • ServerInfo
    • SharePermission
    • Sprint
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

Class DatetimeClause

A clause for date time calculations

Inheritance
System.Object
DatetimeClause
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Query
Assembly:Dapplo.Jira.dll
Syntax
public class DatetimeClause : IDatetimeClause, IDatetimeClauseWithoutValue

Properties

| Improve this Doc View Source

After

Declaration
public IDatetimeClauseWithoutValue After { get; }
Property Value
Type Description
IDatetimeClauseWithoutValue
Implements
IDatetimeClause.After
| Improve this Doc View Source

AfterOrOn

Declaration
public IDatetimeClauseWithoutValue AfterOrOn { get; }
Property Value
Type Description
IDatetimeClauseWithoutValue
Implements
IDatetimeClause.AfterOrOn
| Improve this Doc View Source

Before

Declaration
public IDatetimeClauseWithoutValue Before { get; }
Property Value
Type Description
IDatetimeClauseWithoutValue
Implements
IDatetimeClause.Before
| Improve this Doc View Source

BeforeOrOn

Declaration
public IDatetimeClauseWithoutValue BeforeOrOn { get; }
Property Value
Type Description
IDatetimeClauseWithoutValue
Implements
IDatetimeClause.BeforeOrOn
| Improve this Doc View Source

On

Declaration
public IDatetimeClauseWithoutValue On { get; }
Property Value
Type Description
IDatetimeClauseWithoutValue
Implements
IDatetimeClause.On

Methods

| Improve this Doc View Source

DateTime(DateTime)

Declaration
public IFinalClause DateTime(DateTime dateTime)
Parameters
Type Name Description
System.DateTime dateTime
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.DateTime(DateTime)
| Improve this Doc View Source

EndOfDay(Nullable<TimeSpan>)

Declaration
public IFinalClause EndOfDay(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.EndOfDay(Nullable<TimeSpan>)
| Improve this Doc View Source

EndOfMonth(Nullable<TimeSpan>)

Declaration
public IFinalClause EndOfMonth(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.EndOfMonth(Nullable<TimeSpan>)
| Improve this Doc View Source

EndOfWeek(Nullable<TimeSpan>)

Declaration
public IFinalClause EndOfWeek(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.EndOfWeek(Nullable<TimeSpan>)
| Improve this Doc View Source

EndOfYear(Nullable<TimeSpan>)

Declaration
public IFinalClause EndOfYear(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.EndOfYear(Nullable<TimeSpan>)
| Improve this Doc View Source

StartOfDay(Nullable<TimeSpan>)

Declaration
public IFinalClause StartOfDay(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.StartOfDay(Nullable<TimeSpan>)
| Improve this Doc View Source

StartOfMonth(Nullable<TimeSpan>)

Declaration
public IFinalClause StartOfMonth(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.StartOfMonth(Nullable<TimeSpan>)
| Improve this Doc View Source

StartOfWeek(Nullable<TimeSpan>)

Declaration
public IFinalClause StartOfWeek(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.StartOfWeek(Nullable<TimeSpan>)
| Improve this Doc View Source

StartOfYear(Nullable<TimeSpan>)

Declaration
public IFinalClause StartOfYear(TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> timeSpan
Returns
Type Description
IFinalClause
Implements
IDatetimeClauseWithoutValue.StartOfYear(Nullable<TimeSpan>)
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo