JAMS Developer Guide
ToDateTime() Method


MVPSI.JAMS Namespace > TimeOfDay Structure > ToDateTime Method : ToDateTime() Method
Returns a DateTime with the time set to this TimeOfDay and the date set to today
Syntax
'Declaration
 
Public Overloads Function ToDateTime() As System.Date
'Usage
 
Dim instance As TimeOfDay
Dim value As System.Date
 
value = instance.ToDateTime()
public System.DateTime ToDateTime()
Requirements

Target Platforms: 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

Reference

TimeOfDay Structure
TimeOfDay Members
Overload List