'Usage
Dim instance As WinDatePicker
Dim editText As String
Dim parsedDate As Date
Dim value As Boolean
value = instance.TryParse(editText, parsedDate)
This method ignores unrecognized data if possible and fills in missing month, day, and year information with the current time. Any leading, inner, or trailing white space character in editText is ignored.
text must contain the representation of a date in one of the formats described in the System.Globalization.DateTimeFormatInfo class topic in .NET Framework's documentation.
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