Return the DateTime of the specified entry. Shortcut to add StartTime+entry.ElapsedSeconds.
| C# | Visual Basic |
public DateTime EntryDateTime( ITimeValueEntry<float> entry )
Public Function EntryDateTime ( _ entry As ITimeValueEntry(Of Single) _ ) As DateTime
- entry (ITimeValueEntry<(Of <(Single>)>))
- The entry.
The value.