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.9.0
Syntax
C#
public static LocalTime Parse(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: LocalTime
See Also