DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public Nullable<DateTime> DateFromString(
	string value
)
Visual Basic
Public Function DateFromString ( 
	value As String
) As Nullable(Of DateTime)
Visual C++
public:
Nullable<DateTime> DateFromString(
	String^ value
)

Parameters

value
Type: System..::..String

Return Value

Type: Nullable<(Of <(<'DateTime>)>)>

See Also