DateHelperGetDate2(DateTime) Method

Return a 2 Byte Date Value.

Definition

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

Parameters

value  DateTime
Date to convert.

Return Value

Int16
2 Byte Integer containing specified Date.

See Also