Datetime lambda call fix (#3778)

This commit is contained in:
RFDarter 2024-05-07 14:41:44 +02:00 committed by GitHub
parent 2a55cf0d50
commit 32a3645a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ advanced stuff (see the full API Reference for more info).
// Within lambda, set the time to 12:34:56
auto call = id(my_time).make_call();
call.set_date("12:34:56");
call.set_time("12:34:56");
call.perform();
Check the API reference for information on the methods that are available for