'Declaration
Public Function New( _ ByVal initial As System.TimeSpan _ )
'Usage
Dim initial As System.TimeSpan Dim instance As New DeltaTime(initial)
public DeltaTime( System.TimeSpan initial )
Parameters
- initial
- A TimeSpan that is converted to a DeltaTime.