Parse a Datetime value and return it's string representation if valid datetime and is after yesterday
Namespace:
HS.Sys.TheEnterprise.Common.Laserbear
Assembly:
Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public static string ParseDateAfterYesterday(
string inputDate
) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ParseDateAfterYesterday ( _
inputDate As String _
) As String |
| Visual C++ |
|---|
public:
static String^ ParseDateAfterYesterday(
String^ inputDate
) |
Return Value
String representation of valid datetime
See Also