Parses the specified DAYTIME result.

Namespace:  Rebex.Net
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

Visual Basic
Public Shared Function Parse ( _
	daytime As String _
) As DateTime
C#
public static DateTime Parse(
	string daytime
)

Parameters

daytime
Type: System..::..String
DAYTIME result.

Return Value

Timestamp corresponding to the specified daytime value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also