DateHelperGetDate2(Int16) Method

Return a 2 Byte Date Value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static DateTime GetDate2(
	short value
)

Parameters

value  Int16
Date to convert.

Return Value

DateTime
DateTime containing specified Date.

See Also