Shows how to use xtd::date_time::now property.
#include <xtd/xtd>
class program {
public:
static auto main() {
auto culture_names = {"en-US", "en-GB", "fr-FR", "de-DE", "ru-RU"};
for (auto culture_name : culture_names) {
}
}
};
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static date_time now() noexcept
Gets a xtd::date_time object that is set to the current date and time on this computer,...
Provides information about a specific culture (called a locale for unmanaged code development)....
Definition culture_info.hpp:43
#define startup_(main_method)
Defines the entry point to be called when the application loads. Generally this is set either to the ...
Definition startup.hpp:168
Contains classes that define culture-related information, including language, country/region,...
Definition culture_info.hpp:20