Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IXpathTime Interface Referenceabstract

#include <p6xpathtime.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR expand (P6TIMEINFO *pExpandedTime)=0
 
virtual P6R::P6ERR extractDay (P6INT32 *pDayOfMonth)=0
 
virtual P6R::P6ERR extractDayOfWeek (P6INT32 *pDayOfWeek)=0
 
virtual P6R::P6ERR extractDayOfYear (P6INT32 *pDayOfYear)=0
 
virtual P6R::P6ERR extractHours (P6INT32 *pHour)=0
 
virtual P6R::P6ERR extractMinutes (P6INT32 *pMinutes)=0
 
virtual P6R::P6ERR extractMonth (P6INT32 *pMonth)=0
 
virtual P6R::P6ERR extractSeconds (P6INT32 *pSeconds)=0
 
virtual P6R::P6ERR extractTimezone (P6INT32 *pDelta)=0
 
virtual P6R::P6ERR extractYear (P6INT32 *pYear)=0
 
virtual P6R::P6ERR getTime (P6XPATH_TYPE *pType, P6TIME *pTimeStamp, P6INT32 *pTimeZone)=0
 
virtual P6R::P6ERR lessThan (p6IXpathTime *pTime, P6BOOL *pbResult)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR setTime (P6XPATH_TYPE type, P6TIME timeStamp, P6INT32 timeZone)=0
 
virtual P6R::P6ERR toDate (p6IXpathTime **pConvert)=0
 
virtual P6R::P6ERR toDateTime (p6IXpathTime **pConvert)=0
 
virtual P6R::P6ERR toStringA (P6CHAR *pBuffer, P6UINT32 cBuffer, P6UINT32 *pWritten)=0
 
virtual P6R::P6ERR toStringW (P6WCHAR *pBuffer, P6UINT32 cBuffer, P6UINT32 *pWritten)=0
 
virtual P6R::P6ERR toTime (p6IXpathTime **pConvert)=0
 

Detailed Description

This interface is an implementation of the following XPath 2.0 time types: xs:date, xs:dateTime, xs:time.

This type can be returned as a result of evaluating an XPath expression.

Definition at line 29 of file p6xpathtime.h.


The documentation for this interface was generated from the following file: