Table of Contents

Class Environment

Namespace
System
Assembly
nanoFramework.Runtime.Native.dll

Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.

public static class Environment
Inheritance
Environment
Inherited Members

Properties

TickCount64

Gets the number of milliseconds that have elapsed since the system started.

public static long TickCount64 { get; }

Property Value

long

A 64-bit signed integer representing the number of milliseconds that have elapsed since the system started.

Remarks

This property is intended to be used for measuring time intervals. The value of this property is derived from the system timer and is subject to the resolution of the system timer.