Audacity 3.2.0
|
Define functions to work with date and time string representations. More...
Go to the source code of this file.
Namespaces | |
namespace | audacity |
Functions | |
bool | audacity::ParseRFC822Date (const std::string &dateString, SystemTime *time) |
bool | audacity::ParseISO8601Date (const std::string &dateString, SystemTime *time) |
std::string | audacity::SerializeRFC822Date (SystemTime timePoint) |
Define functions to work with date and time string representations.
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition in file DateTimeConversions.cpp.