Browse Source

Rename Clock to Timing.

pull/4383/head
Halil İbrahim Kalkan 6 years ago
parent
commit
a21fb0602c
  1. 2
      docs/en/AspNet-Boilerplate-Migration-Guide.md
  2. 3
      docs/en/Clock.md
  3. 3
      docs/en/Timing.md
  4. 4
      docs/en/docs-nav.json

2
docs/en/AspNet-Boilerplate-Migration-Guide.md

@ -595,7 +595,7 @@ ABP Framework separates it and provides the setting management module (pre-added
ASP.NET Boilerplate has a static `Clock` service ([see](https://aspnetboilerplate.com/Pages/Documents/Timing)) which is used to abstract the `DateTime` kind, so you can easily switch between Local and UTC times. You don't inject it, but just use the `Clock.Now` static method to obtain the current time.
ABP Framework has the `IClock` service ([see](Clock.md)) which has a similar goal, but now you need to inject it whenever you need it.
ABP Framework has the `IClock` service ([see](Timing.md)) which has a similar goal, but now you need to inject it whenever you need it.
### Event Bus

3
docs/en/Clock.md

@ -1,3 +0,0 @@
# Clock
TODO

3
docs/en/Timing.md

@ -0,0 +1,3 @@
# Timing
TODO

4
docs/en/docs-nav.json

@ -216,6 +216,10 @@
{
"text": "GUID Generation",
"path": "Guid-Generation.md"
},
{
"text": "Timing",
"path": "Timing.md"
}
]
},

Loading…
Cancel
Save