5#include "../date_time.h"
6#include "../event_args.h"
Represents an instant in time, typically expressed as a date and time of day.
Definition date_time.h:85
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Provides data for the xtd::timers::timer::elapsed event.
Definition elapsed_event_args.h:18
elapsed_event_args(const xtd::date_time &signal_time)
Initializes a new instance of the elapsed_event_args class with specified signal time.
const xtd::date_time & signal_time() const noexcept
Gets the date/time when the xtd::timers::timer::elapsed event was raised.
elapsed_event_args()=default
Initializes a new instance of the elapsed_event_args class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10