DateHelperGetDate2(Int16) Method

Return a 2 Byte Date Value.

Definition

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

Parameters

value  Int16
Date to convert.

Return Value

DateTime
DateTime containing specified Date.

See Also