LibreOffice Module tools (master) 1
Classes | Namespaces | Enumerations | Functions
date.hxx File Reference
#include <tools/toolsdllapi.h>
#include <ostream>
#include <com/sun/star/util/Date.hpp>
Include dependency graph for date.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Date
 Represents a date in the proleptic Gregorian calendar. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::util
 

Enumerations

enum  DayOfWeek {
  MONDAY ,
  TUESDAY ,
  WEDNESDAY ,
  THURSDAY ,
  FRIDAY ,
  SATURDAY ,
  SUNDAY
}
 

Functions

TOOLS_DLLPUBLIC std::ostream & operator<< (std::ostream &os, const Date &rDate)
 

Enumeration Type Documentation

◆ DayOfWeek

enum DayOfWeek
Enumerator
MONDAY 
TUESDAY 
WEDNESDAY 
THURSDAY 
FRIDAY 
SATURDAY 
SUNDAY 

Definition at line 30 of file date.hxx.

Function Documentation

◆ operator<<()

TOOLS_DLLPUBLIC std::ostream & operator<< ( std::ostream &  os,
const Date rDate 
)

Definition at line 78 of file datetimeutils.cxx.

References Date::GetDay(), Date::GetMonth(), and Date::GetYear().