DateAndOrTimeCreate(String) Method
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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");