HelperTryParseDate Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool TryParseDate(
string value,
string format,
ref Object result = null,
bool ignoreTimePart = false
)
Public Function TryParseDate (
value As String,
format As String,
Optional ByRef result As Object = Nothing,
Optional ignoreTimePart As Boolean = false
) As Boolean
Parameters
- value
- Type: SystemString
- format
- Type: SystemString
- result (Optional)
- Type: SystemObject
- ignoreTimePart (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also