Click or drag to resize

FuncsMakeTimeObject Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeTimeObject(System.Object,System.Object,System.Object)"]

Namespace:  Stimulsoft.Data.Functions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static Object MakeTimeObject(
	Object hour,
	Object minute = null,
	Object second = null
)

Parameters

hour
Type: SystemObject

[Missing <param name="hour"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeTimeObject(System.Object,System.Object,System.Object)"]

minute (Optional)
Type: SystemObject

[Missing <param name="minute"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeTimeObject(System.Object,System.Object,System.Object)"]

second (Optional)
Type: SystemObject

[Missing <param name="second"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeTimeObject(System.Object,System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeTimeObject(System.Object,System.Object,System.Object)"]

See Also