Méthode | Description | |
---|---|---|
Clone ( ) : |
Duplicate object
|
|
GetHashCode ( ) : int |
Return hash code for the class.
|
|
TimeTicks ( ) : System |
Constructor
|
|
TimeTicks ( System val ) : System |
Constructor
|
|
TimeTicks ( |
Constructor
|
|
TimeTicks ( |
Constructor.
|
|
TimeTicks ( UInteger32 uint32 ) : System |
Constructor
|
|
ToString ( ) : System.String |
Returns the string representation of the object.
|
public TimeTicks ( System val ) : System | ||
val | System | String holding 32-bit unsigned integer value to initialize the class with /// |
Résultat | System |
public TimeTicks ( |
||
second | Initialize class with value from this class. | |
Résultat | System |
public TimeTicks ( |
||
value | Initialize the TimeTicks class to this unsigned integer value. | |
Résultat | System |
public TimeTicks ( UInteger32 uint32 ) : System | ||
uint32 | UInteger32 | The UInteger32 value to initialize the class with. |
Résultat | System |