Click or drag to resize
LocalDateParse Method
Creates a new instance of LocalDate using the year, month and day provided in the form: yyyy-mm-dd or days since epoch (i.e. -1 for Dec 31, 1969).

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public static LocalDate Parse(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: LocalDate
See Also