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

 ConstructorDescription
Duration(Int64)

Properties

 NameTypeDescription
EmptyAvl.Duration Gets an empty instance of the Duration.
TicksSystem.Int64

Methods

 NameDescription
Equals(Avl.Duration)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also