 | DateBaseParse Method |
Parse the date string and create a corresponding date class.
Namespace: Patagames.GedcomNetSdk.DatesAssembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntaxpublic static DateBase Parse(
string val
)
Public Shared Function Parse (
val As String
) As DateBase
static member Parse :
val : string -> DateBase Parameters
- val String
- The date's string.
Return Value
DateBaseThe created instance of the class.
See Also