A Time object represent a SQL Time value.
Data Fields | |
int | hour |
Hour of day (0-23) More... | |
int | min |
Minutes of hour (0-59) More... | |
int | sec |
Seconds of minute (0-60) More... | |
int | microseconds |
Microseconds of seconds up to 6 digits. More... | |
int hour |
Hour of day (0-23)
int min |
Minutes of hour (0-59)
int sec |
Seconds of minute (0-60)
int microseconds |
Microseconds of seconds up to 6 digits.
Availability is database dependent
Copyright © Tildeslash Ltd. All rights reserved.