5#include "../date_time.hpp" 
    6#include "../event_args.hpp" 
Represents an instant in time, typically expressed as a date and time of day.
Definition date_time.hpp:85
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
Provides data for the xtd::timers::timer::elapsed event.
Definition elapsed_event_args.hpp: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.hpp:10