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

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

Parameters

value
Type: SystemString

Return Value

Type: LocalTime
See Also