![]() |
User-Defined Function API
9.0
|
C++ representation of the XQuery type xs:date. More...
#include <MarkLogic.h>

Public Member Functions |
|
| Date (int64_t v) | |
| Date | operator- () const |
| Date | operator- (Dateo) const |
| Date | operator+ () const |
| Date | operator+ (Dateo) const |
| Date | operator% (Dateo) const |
| Date & | operator%= (Dateo) |
| operator int64_t & () | |
| operator const int64_t & () const | |
| bool | operator< (Dateo) const |
| bool | operator<= (Dateo) const |
| bool | operator> (Dateo) const |
| bool | operator>= (Dateo) const |
| bool | operator== (Dateo) const |
| bool | operator!= (Dateo) const |
| Date | operator* (Dateo) const |
| Date | operator/ (Dateo) const |
| Date | operator-- (int) |
| Date & | operator-- () |
| Date | operator++ (int) |
| Date & | operator++ () |
| Date & | operator-= (Dateo) |
| Date & | operator+= (Dateo) |
| Date & | operator*= (Dateo) |
| Date & | operator/= (Dateo) |
Protected Types |
|
|
typedef CTypeWrapper< Date, int64_t > |
Base |
Protected Attributes |
|
| int64_t | val |
C++ representation of the XQuery type xs:date.