Click or drag to resize

GlobalsConvertIntToDateTime Method

Converts a int value to DateTime

Namespace:  SharpCharts.Base.Common
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static DateTime ConvertIntToDateTime(
	int date
)

Parameters

date
Type: SystemInt32
a int value in the format of yyyyMMdd

Return Value

Type: DateTime
See Also