Shows how to use xtd::date_time::time_of_day property.
#include <xtd/console>
#include <xtd/date_time>
#include <xtd/startup>
class program {
public:
static auto main() {
}
};
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static date_time today() noexcept
Gets the current date.
#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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8