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