Skip to content

Commit d305a62

Browse files
authored
Remove locale
1 parent 3ef35a4 commit d305a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4109,7 +4109,7 @@ Return the `ticks` property value for a specified timestamp. A *tick* is a 100-n
41094109
> Contrary to the function's tooltip description, this function returns the number of 100-nanosecond
41104110
> intervals since January 1, 0001 12:00:00 midnight (or DateTime.Ticks in C#), and *not January 1, 1601*.
41114111
> For more information, see this topic:
4112-
> [DateTime.Ticks Property (System)](https://docs.microsoft.com/en-us/dotnet/api/system.datetime.ticks?view=netframework-4.7.2#remarks
4112+
> [DateTime.Ticks Property (System)](https://docs.microsoft.com/dotnet/api/system.datetime.ticks?view=netframework-4.7.2#remarks
41134113
41144114
```
41154115
ticks('<timestamp>')

0 commit comments

Comments
 (0)