Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpDate

Module:  Internet Protocols Module   Package:  HTTP


Does not inherit

Local Index

Members

Non-Members

Header File

#include <rw/http/RWHttpDate.h>

Description

RWHttpDate maintains the date and time. It outputs the date as a string that conforms to the HTTP/1.0 date specification.

Public Constructors

RWHttpDate();
RWHttpDate(const RWDateTime& dt);
RWHttpDate(const RWCString& str);

Public Member Functions

RWCString
asString() const;
RWDateTime
getDate() const;
bool
isValid() const;
void
setDate(const RWCString& str);
void
setDate(const RWDateTime& dt);

Global Operators

ostream&
operator<<(ostream& s, const RWHttpDate& d);
istream&
operator>>(istream& s, RWHttpDate& d);
bool
operator==(const RWHttpDate& date1, const RWHttpDate& date2);
bool
operator!=(const RWHttpDate& date1, const RWHttpDate& date2);
bool
operator<(const RWHttpDate& date1, const RWHttpDate& date2);
bool
operator<=(const RWHttpDate& date1, const RWHttpDate& date2);
bool
operator>(const RWHttpDate& date1, const RWHttpDate& date2);
bool
operator>=(const RWHttpDate& date1, const RWHttpDate& date2);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.