DateAndOrTimeTryAsTimeOnly Method
Tries to convert the encapsulated data to a
TimeOnly value.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public abstract bool TryAsTimeOnly(
out TimeOnly value
)
Public MustOverride Function TryAsTimeOnly (
<OutAttribute> ByRef value As TimeOnly
) As Boolean
public:
virtual bool TryAsTimeOnly(
[OutAttribute] TimeOnly% value
) abstract
abstract TryAsTimeOnly :
value : TimeOnly byref -> bool
- value TimeOnly
- When the method
returns true, contains a TimeOnly value that
represents the data that is encapsulated in the instance. The
parameter is passed uninitialized.
Booleantrue if the conversion was successful, otherwise
false.