Version

DateDataDate Method (LogMeasurements)

Maps a date's location on a line.
Syntax
'Declaration
 
Public Function DateDataDate( _
   ByVal startDate As Date, _
   ByVal endDate As Date, _
   ByVal totalWidth As Single, _
   ByVal d_i As Date _
) As Single
public float DateDataDate( 
   DateTime startDate,
   DateTime endDate,
   float totalWidth,
   DateTime d_i
)

Parameters

startDate
Start date.
endDate
End date.
totalWidth
Width of line.
d_i
Data item.

Return Value

d_i's location on the line with the specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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