xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
selection_range.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../forms_export.hpp
"
6
#include <xtd/date_time>
7
#include <xtd/object>
8
10
namespace
xtd
{
12
namespace
forms
{
38
struct
forms_export_
selection_range
:
xtd::object
{
40
44
selection_range
() =
default
;
49
selection_range
(
xtd::date_time
start
,
xtd::date_time
end
);
51
53
58
xtd::date_time
end
;
59
63
xtd::date_time
start
;
65
68
[[nodiscard]]
auto
to_string
() const noexcept ->
xtd
::
string
override;
70
};
71
}
72
}
xtd::date_time
Represents an instant in time, typically expressed as a date and time of day.
Definition
date_time.hpp:83
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition
object.hpp:45
forms_export.hpp
Contains forms_export_ keyword.
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.hpp:13
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::forms::selection_range::selection_range
selection_range(xtd::date_time start, xtd::date_time end)
Initializes a new instance of the xtd::forms::selection_range class with the specified beginning and ...
xtd::forms::selection_range::start
xtd::date_time start
Gets or sets the starting date and time of the selection range.
Definition
selection_range.hpp:63
xtd::forms::selection_range::end
xtd::date_time end
Gets or sets the ending date and time of the selection range.
Definition
selection_range.hpp:58
xtd::forms::selection_range::to_string
auto to_string() const noexcept -> xtd::string override
Returns a xtd::string that represents the current object.
xtd::forms::selection_range::selection_range
selection_range()=default
Initializes a new instance of the xtd::forms::selection_range class.
Generated on
for xtd by
Gammasoft
. All rights reserved.