Definition at line 62 of file FieldValue.h.
◆ Time() [1/2]
Initialize default instance.
◆ Time() [2/2]
Time |
( |
int | hour, |
|
|
int | minute ) |
Initializes a new instance to the specified year, month, and day.
- Parameters
-
hour | The hours (0 through 23). |
minute | The minutes (0 through 59). |
- Exceptions
-
ArgumentRangeException | If hour is less than 0 or greater than 23 - or - minute is less than 0 or greater than 59. |
◆ toString()
std::string toString |
( |
| ) |
const |
Returns string representation.
◆ hour
The hour component of the date represented by this instance.
Definition at line 75 of file FieldValue.h.
◆ minute
The minute component of the date represented by this instance.
Definition at line 78 of file FieldValue.h.