TimeProvider.System Property
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 a TimeProvider that provides a clock based on UtcNow, a time zone based on Local, a high-performance time stamp based on Stopwatch, and a timer based on Timer.
public:
static property TimeProvider ^ System { TimeProvider ^ get(); };
public static TimeProvider System { get; }
static member System : TimeProvider
Public Shared ReadOnly Property System As TimeProvider
Property Value
Remarks
If the Local changes after the object is returned, the change will be reflected in any subsequent operations that retrieve GetLocalNow().
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.