Click or drag to resize

FuncsMakeDateObject Method

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

Parameters

year
Type: SystemObject

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

month (Optional)
Type: SystemObject

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

day (Optional)
Type: SystemObject

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

Return Value

Type: Object

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

See Also