Click or drag to resize

DateBaseParse Method

Parse the date string and create a corresponding date class.

Namespace: Patagames.GedcomNetSdk.Dates
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public static DateBase Parse(
	string val
)

Parameters

val  String
The date's string.

Return Value

DateBase
The created instance of the class.
See Also