Skip to content

Commit 5c8faea

Browse files
authored
Clarity edits due to bug fix
1 parent d305a62 commit 5c8faea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

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

41044104
### ticks
41054105

4106-
Return the `ticks` property value for a specified timestamp. A *tick* is a 100-nanosecond interval.
4107-
4108-
> [!NOTE]
4109-
> Contrary to the function's tooltip description, this function returns the number of 100-nanosecond
4110-
> intervals since January 1, 0001 12:00:00 midnight (or DateTime.Ticks in C#), and *not January 1, 1601*.
4111-
> For more information, see this topic:
4112-
> [DateTime.Ticks Property (System)](https://docs.microsoft.com/dotnet/api/system.datetime.ticks?view=netframework-4.7.2#remarks
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).
41134107

41144108
```
41154109
ticks('<timestamp>')

0 commit comments

Comments
 (0)