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