DateAndOrTime Conversion (String to DateAndOrTime)
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.