You are here: Start » AVL.NET » Duration Structure
Duration Structure
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Represents a time period with resolution of 100 nanoseconds, can be positive or negative.
Constructors
| Constructor | Description | |
|---|---|---|
| Duration(Int64) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Empty | Avl.Duration | Gets an empty instance of the Duration. | |
| Ticks | System.Int64 |
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.Duration) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
