#include <OnixS/SURF/MarketData/FieldValue.h>
Public Member Functions | |
Time () | |
Time (int hour, int minute) | |
std::string | toString () const |
Public Attributes | |
int | hour |
int | minute |
Definition at line 62 of file FieldValue.h.
Time | ( | ) |
Initialize default instance.
Time | ( | int | hour, |
int | minute | ||
) |
Initializes a new instance to the specified year, month, and day.
hour | The hours (0 through 23). |
minute | The minutes (0 through 59). |
ArgumentRangeException | If hour is less than 0 or greater than 23 - or - minute is less than 0 or greater than 59. |
std::string toString | ( | ) | const |
Returns string representation.
int hour |
The hour component of the date represented by this instance.
Definition at line 75 of file FieldValue.h.
int minute |
The minute component of the date represented by this instance.
Definition at line 78 of file FieldValue.h.