Assembly: VRage.Library.dll

public struct MyTimeSpan

Hi-resolution time span. Beware: the resolution can be different on different systems!

Fields

Member Description
static MaxValue
static Zero
Ticks

Properties

Member Description
Microseconds
Milliseconds
Minutes
Nanoseconds
Seconds
TimeSpan This may not be accurate for large values - double accuracy

Constructors

Member Description
MyTimeSpan(long)

Methods

Member Description
static FromMilliseconds(double)
static FromMinutes(double)
static FromSeconds(double)
static FromTicks(long)
Equals(object)
GetHashCode()
ToString()