azure-core
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
datetime.hpp File Reference

Support for date and time standardized string formats. More...

#include "azure/core/dll_import_export.hpp"
#include <chrono>
#include <ostream>
#include <string>

Go to the source code of this file.

Classes

class  Azure::DateTime
 Manages date and time in standardized string formats. More...
 

Namespaces

namespace  Azure
 Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
 

Functions

bool Azure::operator== (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator< (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator<= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator!= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator> (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator>= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 Compare a DateTime object with a std::chrono::system_clock::time_point object.
 
bool Azure::operator== (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.
 
bool Azure::operator!= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.
 
bool Azure::operator< (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.
 
bool Azure::operator<= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.
 
bool Azure::operator> (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.
 
bool Azure::operator>= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object.