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 string DateToString(
	Nullable<DateTime> value
)
Visual Basic
Public Function DateToString ( 
	value As Nullable(Of DateTime)
) As String
Visual C++
public:
String^ DateToString(
	Nullable<DateTime> value
)

Parameters

value
Type: System..::..Nullable<(Of <(<'DateTime>)>)>

Return Value

Type: String

See Also