Version

GetPosition(Double) Method

Returns the DateTime associated with the specified offset.
Syntax
'Declaration
 
Public Function GetPosition( _
   ByVal offset As Double _
) As Nullable(Of Date)
public Nullable<DateTime> GetPosition( 
   double offset
)

Parameters

offset
A number representing the pixel offset whose time information is being queried.

Return Value

The DateTime that the pixel represents or null if the offset is not in the viewable range
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also