Skip to content

Commit 61ae278

Browse files
authored
Merge pull request MicrosoftDocs#2005 from PathToSharePoint/patch-1
Update function-datetime-parts.md
2 parents 5751229 + 111b8e4 commit 61ae278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-datetime-parts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For the following example, the current time is **3:59:37 PM** on **Thursday, Apr
6767
| **Day( Now() )** |Returns the day component of the current time and date. |9 |
6868
| **Hour( Now() )** |Returns the hour component of the current time and date. |15 |
6969
| **Minute( Now() )** |Returns the minute component of the current time and date. |59 |
70-
| **Second( Now() )** |Returns the minute component of the current time and date. |37 |
70+
| **Second( Now() )** |Returns the second component of the current time and date. |37 |
7171
| **Weekday( Now() )** |Returns the weekday component of the current time and date, using the default start of the week as Sunday. |5 |
7272
| **Weekday( Now(), 14 )** |Returns the weekday component of the current time and date, using an Excel code to specify the start of the week as Thursday. |1 |
7373
| **Weekday( Now(), StartOfWeek.Wednesday )** |Returns the weekday component of the current time and date, using a **StartOfWeek** enumeration to specify the start of the week as Wednesday. |2 |

0 commit comments

Comments
 (0)