DateTime fix typo in lambda example (#4678)

fixed copy&paste typo
This commit is contained in:
matthias-m 2025-02-17 21:52:53 +01:00 committed by GitHub
parent 9149184fc0
commit 056d3a9e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ For more complex use cases, several methods are available for use on datetimes f
// Within lambda, set the datetime to 2024-12-31 12:34:56
auto call = id(my_datetime).make_call();
call.set_date("2024-12-31 12:34:56");
call.set_datetime("2024-12-31 12:34:56");
call.perform();
Check the API reference for information on the methods that are available for