Skip to content

Commit

Permalink
set_time instead of set_date
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter committed Apr 21, 2024
1 parent 0d9e156 commit 4341288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4341288

Please sign in to comment.