Class QueryableDateTime

Used by querying to compare datetime-values.

Inheritance
object
QueryableDateTime
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class QueryableDateTime

Operators

operator ==(QueryableDateTime, DateTime)

Equals operator.

Declaration
RequestResponse
public static bool operator ==(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator >(QueryableDateTime, DateTime)

Greater than operator.

Declaration
RequestResponse
public static bool operator >(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator >=(QueryableDateTime, DateTime)

Greater or equals to operator.

Declaration
RequestResponse
public static bool operator >=(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator !=(QueryableDateTime, DateTime)

Not equals operator.

Declaration
RequestResponse
public static bool operator !=(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator <(QueryableDateTime, DateTime)

Less than operator.

Declaration
RequestResponse
public static bool operator <(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator <=(QueryableDateTime, DateTime)

Less or equals to operator.

Declaration
RequestResponse
public static bool operator <=(QueryableDateTime obj1, DateTime obj2)
Parameters
TypeNameDescription
QueryableDateTimeobj1

Left operand.

DateTimeobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

Do you have some feedback for us?

If you have suggestions for improving this article,