Click or drag to resize

StiFunctionsDateTimeSerial Method

Returns the TimeValue value for a specified number of hours, minutes, and seconds.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static TimeSpan TimeSerial(
	long hours,
	long minutes,
	long seconds
)

Parameters

hours
Type: SystemInt64

[Missing <param name="hours"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.TimeSerial(System.Int64,System.Int64,System.Int64)"]

minutes
Type: SystemInt64

[Missing <param name="minutes"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.TimeSerial(System.Int64,System.Int64,System.Int64)"]

seconds
Type: SystemInt64

[Missing <param name="seconds"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.TimeSerial(System.Int64,System.Int64,System.Int64)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.TimeSerial(System.Int64,System.Int64,System.Int64)"]

See Also