DateValue ToDateTime Method
Converts the value to a DateTime.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public DateTime ToDateTime(
	IFormatProvider provider
)

Parameters

provider
Type: OnlineSystem IFormatProvider
The format provider used during the conversion.

Return Value

Type: OnlineDateTime
A DateTime representation of the answer.

Implements

OnlineIConvertible ToDateTime(IFormatProvider)
See Also