Date time examples
January 11, 2024 ยท View on GitHub
This folder contains guid examples used by Reference Guide and more.
- date_time shows how to use xtd::date_time class.
- date_time_add shows how to use xtd::date_time::add method.
- date_time_add_days shows how to use xtd::date_time::add_days method.
- date_time_add_hours shows how to use xtd::date_time::add_hours method.
- date_time_add_milliseconds shows how to use xtd::date_time::add_milliseconds method.
- date_time_add_minutes shows how to use xtd::date_time::add_minutes method.
- date_time_add_months shows how to use xtd::date_time::add_months method.
- date_time_add_seconds shows how to use xtd::date_time::add_seconds method.
- date_time_add_years shows how to use xtd::date_time::add_years method.
- date_time_date shows how to use xtd::date_time::date property.
- date_time_day_of_week shows how to use xtd::date_time::day_of_week property.
- date_time_day_of_year shows how to use xtd::date_time::day_of_year property.
- date_time_days_in_month shows how to use xtd::date_time::days_in_month method.
- date_time_days_in_month2 shows how to use xtd::date_time::days_in_month method.
- date_time_max_value Shows how to use xtd::date_time::max_value field.
- date_time_min_value Shows how to use xtd::date_time::min_value field.
- date_time_now Shows how to use xtd::date_time::now property.
- date_time_now2 Shows how to use xtd::date_time::now property.
- date_time_specify_kind shows how to use xtd::date_time::specify_kind method.
- date_time_sprintf shows how to use xtd::date_time::sprintf method.
- date_time_subtract shows how to use xtd::date_time::subtract method.
- date_time_ticks shows how to use xtd::date_time class with ticks constructors.
- date_time_ticks2 shows how to use xtd::date_time::ticks property.
- date_time_time_of_day shows how to use xtd::date_time::time_of_day property.
- date_time_to_string_format shows how to use xtd::date_time::to_string with format method.
- date_time_today shows how to use xtd::date_time::today property.
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