time_span examples

January 11, 2024 ยท View on GitHub

This folder contains version examples used by Reference Guide and more.

  • time_span demonstrates the xtd::time_span struct.
  • time_span_from_days demonstrates the xtd::time_span::from_days method.
  • time_span_from_hours demonstrates the xtd::time_span::from_hours method.

Build and run any project

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run -t any_project_name