Click or drag to resize
XDateTimeSetValue Method (Int32, Int32, Int32, Int32, Int32, Int32)
Sets the date from parameters.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetValue(
	int p_Year,
	int p_Month,
	int p_Day,
	int p_Hour,
	int p_Minute,
	int p_Second
)

Parameters

p_Year
Type: SystemInt32
The year.
p_Month
Type: SystemInt32
The month.
p_Day
Type: SystemInt32
The day.
p_Hour
Type: SystemInt32
The hour.
p_Minute
Type: SystemInt32
The minute.
p_Second
Type: SystemInt32
The second.
See Also