DateAndOrTime Conversion (String to DateAndOrTime)
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public static implicit operator DateAndOrTime (
string? value
)
Public Shared Widening Operator CType (
value As String
) As DateAndOrTime
static implicit operator DateAndOrTime^ (
String^ value
)
F# does not support the declaration of new casting operators.
- value String
- The String to convert, or null.
DateAndOrTimeThe newly created
DateAndOrTime instance.