Click or drag to resize

FuncsMakeDateTimeObject Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.MakeDateTimeObject(System.Object,System.Object,System.Object,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 MakeDateTimeObject(
	Object year,
	Object month = null,
	Object day = null,
	Object hour = null,
	Object minute = null,
	Object second = null
)

Parameters

year
Type: SystemObject

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

month (Optional)
Type: SystemObject

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

day (Optional)
Type: SystemObject

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

hour (Optional)
Type: SystemObject

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

minute (Optional)
Type: SystemObject

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

second (Optional)
Type: SystemObject

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

Return Value

Type: Object

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

See Also