The Timescale type exposes the following members.

Methods

  Name Description
Public method Equals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueType..::..Equals(Object).)
Public method Equals(Timescale)
Tests if this Timescale is considered equal to another.
Public method Static member FromEpoch(Int64, Int64)
Create a new Timescale instance from the epoch in days and the number of ticks per day.
Public method Static member FromEpoch(Int32, Int32, Int32, Int64)
Create a new Timescale instance from the epoch day/month/year and the number of ticks per day.
Public method GetHashCode
Returns the hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public method ScaleToNet
Converts ticks scaled in the scale of this instance to .Net DateTime ticks.
Public method ToString
Returns the fully qualified type name of this instance.
(Overrides ValueType..::..ToString()()()().)

See Also