LibreOffice Module ucb (master) 1
Static Public Member Functions | Static Private Member Functions | List of all members
http_dav_ucp::DateTimeHelper Class Reference

#include <DateTimeHelper.hxx>

Static Public Member Functions

static bool convert (std::u16string_view, css::util::DateTime &)
 

Static Private Member Functions

static sal_Int32 convertMonthToInt (std::u16string_view month)
 
static bool ISO8601_To_DateTime (std::u16string_view, css::util::DateTime &)
 
static bool RFC2068_To_DateTime (std::u16string_view, css::util::DateTime &)
 

Detailed Description

Definition at line 37 of file DateTimeHelper.hxx.

Member Function Documentation

◆ convert()

bool DateTimeHelper::convert ( std::u16string_view  ,
css::util::DateTime &   
)
static

◆ convertMonthToInt()

sal_Int32 DateTimeHelper::convertMonthToInt ( std::u16string_view  month)
staticprivate

Definition at line 128 of file DateTimeHelper.cxx.

References month, and u.

Referenced by RFC2068_To_DateTime().

◆ ISO8601_To_DateTime()

bool DateTimeHelper::ISO8601_To_DateTime ( std::u16string_view  ,
css::util::DateTime &   
)
staticprivate

Definition at line 28 of file DateTimeHelper.cxx.

References day, month, n, OUStringToOString(), and year.

Referenced by convert().

◆ RFC2068_To_DateTime()

bool DateTimeHelper::RFC2068_To_DateTime ( std::u16string_view  ,
css::util::DateTime &   
)
staticprivate

Definition at line 158 of file DateTimeHelper.cxx.

References convertMonthToInt(), day, month, OUStringToOString(), and year.

Referenced by convert().


The documentation for this class was generated from the following files: