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
)
Public Sub SetValue (
p_Year As Integer,
p_Month As Integer,
p_Day As Integer,
p_Hour As Integer,
p_Minute As Integer,
p_Second As Integer
)
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