Click or drag to resize

SharpScriptBaseToDate Method

Returns the date stamp in integer form. For example 15th August 2019 will be returned as 20190815

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected int ToDate(
	DateTime date
)

Parameters

date
Type: SystemDateTime
DateTime

Return Value

Type: Int32
See Also