Selerix Developer Tools
DateFromStringWithMaxDefault Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : DateFromStringWithMaxDefault Method
String to DateTime conversion.
Syntax
'Declaration
 
Public Shared Function DateFromStringWithMaxDefault( _
   ByVal date As String _
) As Nullable(Of Date)
'Usage
 
Dim date As String
Dim value As Nullable(Of Date)
 
value = Utils.DateFromStringWithMaxDefault(date)
public static Nullable<DateTime> DateFromStringWithMaxDefault( 
   string date
)
public function DateFromStringWithMaxDefault( 
    date: String
): Nullable; static; 
public static function DateFromStringWithMaxDefault( 
   date : String
) : Nullable;
public: static Nullable<DateTime> DateFromStringWithMaxDefault( 
   string* date
) 
public:
static Nullable<DateTime> DateFromStringWithMaxDefault( 
   String^ date
) 

Parameters

date
See Also

Reference

Utils Class
Utils Members