Clock.GetCurrentTimeCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets this clock's current time within its current iteration.
protected:
virtual TimeSpan GetCurrentTimeCore();
protected virtual TimeSpan GetCurrentTimeCore ();
abstract member GetCurrentTimeCore : unit -> TimeSpan
override this.GetCurrentTimeCore : unit -> TimeSpan
Protected Overridable Function GetCurrentTimeCore () As TimeSpan
Returns
The current time of this clock if it is active or filling; otherwise, Zero.
Remarks
This method is used in the implementation of the CurrentTime method and should not be called directly from your code.
Notes to Inheritors
Derived classes should override this method if they want to modify how they determine the current time.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.