Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic static IExpression Date(
	DateTimeOffset value
)
Parameters
- value
- Type: SystemDateTimeOffset
 The value to use
Return Value
Type: 
IExpressionAn expression representing the fixed value
 See Also
See Also