Click or drag to resize
MxTimeStamp Class

Note: This API is now obsolete.

Manages an identifier that can be used as a time stamp.
Inheritance Hierarchy
SystemObject
  OIV.MeshVizXLMMxTimeStamp

Namespace: OIV.MeshVizXLM
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This class will be removed in the next major release.")]
public sealed class MxTimeStamp

The MxTimeStamp type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetTimeStamp
Returns a new time stamp value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Manages an identifier that can be used as a time stamp.

This static class can be used to get a new value for a time stamp. Each call to GetTimeStamp() increases the time stamp, so every call to this method will return a new value. This class is useful (but only one possible way) to implement the

getTimeStamp
method of a MeshViz XLM interface.
Note: This class is not thread safe and should not be used in a multi-threaded application.

See Also