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