AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ DeltaToTimePoint()

static std::chrono::steady_clock::time_point drama::Path::DeltaToTimePoint ( int  secs)
inlinestaticinherited

Given a number of seconds, return a time point that number of seconds into the future.

This is a quick way of converting a delta number of seconds to a time point, as required by various methods.

Parameters
secsThe number of seconds.
Returns
A time point "secs" from now in the future.

References drama::CreateRunDramaTask().