DateAndOrTimeCreate(String) Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static DateAndOrTime Create(
string? value
)
Public Shared Function Create (
value As String
) As DateAndOrTime
public:
static DateAndOrTime^ Create(
String^ value
)
static member Create :
value : string -> DateAndOrTime
- value String
- Free-form text, or null.
DateAndOrTimeThe newly created
DateAndOrTime instance.
var result = DateAndOrTime.Create("after midnight");