Skip to content

Commit 8dcb2f1

Browse files
Correcting TimeSpan
(AzureCXP) fixes MicrosoftDocs/azure-docs#50335
1 parent 55f1895 commit 8dcb2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Expressed as a string, the `TimeSpan` format is `hh:mm:ss` when `hh` is less tha
314314
|---------|---------|
315315
|"01:00:00" | every hour |
316316
|"00:01:00"|every minute |
317-
|"24:00:00" | every 24 hours |
317+
|"24:00:00" | every 24 days |
318318
|"1.00:00:00" | every day |
319319

320320
## Scale-out

0 commit comments

Comments
 (0)