Skip to content

Commit d51b81d

Browse files
Merge pull request #115165 from ecfan/patch-1
Add about ticks() correct return value
2 parents fdf0b83 + 5c8faea commit d51b81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,8 +4103,7 @@ And return these results:
41034103

41044104
### ticks
41054105

4106-
Return the `ticks` property value for a specified timestamp.
4107-
A *tick* is a 100-nanosecond interval.
4106+
Returns the number of ticks, which are 100-nanosecond intervals, since January 1, 0001 12:00:00 midnight (or DateTime.Ticks in C#) up to the specified timestamp. For more information, see this topic: [DateTime.Ticks Property (System)](https://docs.microsoft.com/dotnet/api/system.datetime.ticks?view=netframework-4.7.2#remarks).
41084107

41094108
```
41104109
ticks('<timestamp>')

0 commit comments

Comments
 (0)