Click or drag to resize

SharpScriptBaseToTime Method

Returns the time stamp in integer form. For example 9:30 AM will return as 93000 1:45 PM will return as 134500

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

Parameters

timeStamp
Type: SystemDateTime
DateTime

Return Value

Type: Int32
See Also