azure-core
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

 Azure
 Azure SDK abstractions.
 
 Azure::Core
 Abstractions commonly used by Azure SDK client libraries.
 

Functions

bool Azure::operator== (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator< (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator<= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator!= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator> (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator>= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool Azure::operator== (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool Azure::operator!= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool Azure::operator< (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool Azure::operator<= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool Azure::operator> (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool Azure::operator>= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)