Click or drag to resize
LocalTimeParse Method
Creates a new LocalTime instance based on the string representation.

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

Parameters

value
Type: SystemString

Return Value

Type: LocalTime
See Also