DateAndOrTime Conversion (DateOnly to DateAndOrTime)
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public static implicit operator DateAndOrTime (
DateOnly value
)
Public Shared Widening Operator CType (
value As DateOnly
) As DateAndOrTime
static implicit operator DateAndOrTime^ (
DateOnly value
)
F# does not support the declaration of new casting operators.
- value DateOnly
- The value to convert.
DateAndOrTimeThe newly created
DateAndOrTime instance.