Sets the time portions of this Datetime object
to the specified values.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public void SetTime(
int hour,
int minute,
int second,
int milliSecond
)
Public Sub SetTime (
hour As Integer,
minute As Integer,
second As Integer,
milliSecond As Integer
)
public:
void SetTime(
int hour,
int minute,
int second,
int milliSecond
)
member SetTime :
hour : int *
minute : int *
second : int *
milliSecond : int -> unit
Parameters
- hour
- Type: SystemInt32
The hour of the day between 0-23. - minute
- Type: SystemInt32
The minute between 0-59. - second
- Type: SystemInt32
The second between 0-59. - milliSecond
- Type: SystemInt32
The millisecond between 0-999.
See Also