Skip to content

Commit 4d507d9

Browse files
Update docs/develop/dotnet/core-application.mdx
Co-authored-by: Justin Anderson <44687433+jmaeagle99@users.noreply.github.com>
1 parent 4e2aa6f commit 4d507d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/dotnet/core-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var value = new Random().Next(1, 100);
112112

113113
#### Current time
114114

115-
Use [`Workflow.UtcNow`](https://dotnet.temporal.io/api/Temporalio.Workflows.Workflow.html) instead of `DateTime.UtcNow`. The SDK returns the time of the last Workflow Task, which is consistent across replays:
115+
Use [`Workflow.UtcNow`](https://dotnet.temporal.io/api/Temporalio.Workflows.Workflow.html#Temporalio_Workflows_Workflow_UtcNow) instead of `DateTime.UtcNow`. The SDK returns the time of the last Workflow Task, which is consistent across replays:
116116

117117
```csharp
118118
var currentTime = Workflow.UtcNow;

0 commit comments

Comments
 (0)