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
Implements
|
Improve this Doc
View Source
AfterOrOn
Declaration
public IDatetimeClauseWithoutValue AfterOrOn { get; }
Property Value
Implements
|
Improve this Doc
View Source
Before
Declaration
public IDatetimeClauseWithoutValue Before { get; }
Property Value
Implements
|
Improve this Doc
View Source
BeforeOrOn
Declaration
public IDatetimeClauseWithoutValue BeforeOrOn { get; }
Property Value
Implements
|
Improve this Doc
View Source
On
Declaration
public IDatetimeClauseWithoutValue On { get; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
DateTime(DateTime)
Declaration
public IFinalClause DateTime(DateTime dateTime)
Parameters
Type |
Name |
Description |
System.DateTime |
dateTime |
|
Returns
Implements
|
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
Implements
|
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
Implements
|
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
Implements
|
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
Implements
|
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
Implements
|
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
Implements
|
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
Implements
|
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
Implements