Class DateMathExpression
Inheritance
DateMathExpression
Assembly: OpenSearch.Client.dll
Syntax
public class DateMathExpression : DateMath, IDateMath
Constructors
|
Edit this page
View Source
DateMathExpression(Union<DateTime, string>, DateMathTime, DateMathOperation)
Declaration
public DateMathExpression(Union<DateTime, string> anchor, DateMathTime range, DateMathOperation operation)
Parameters
|
Edit this page
View Source
DateMathExpression(DateTime)
Declaration
public DateMathExpression(DateTime anchor)
Parameters
|
Edit this page
View Source
DateMathExpression(string)
Declaration
public DateMathExpression(string anchor)
Parameters
Type |
Name |
Description |
string |
anchor |
|
Methods
|
Edit this page
View Source
Add(DateMathTime)
Declaration
public DateMathExpression Add(DateMathTime expression)
Parameters
Returns
|
Edit this page
View Source
Operation(DateMathTime, DateMathOperation)
Declaration
public DateMathExpression Operation(DateMathTime expression, DateMathOperation operation)
Parameters
Returns
|
Edit this page
View Source
RoundTo(DateMathTimeUnit)
Declaration
public DateMath RoundTo(DateMathTimeUnit round)
Parameters
Returns
|
Edit this page
View Source
Subtract(DateMathTime)
Declaration
public DateMathExpression Subtract(DateMathTime expression)
Parameters
Returns
Implements
Extension Methods