Data Fields
sqltime_s Struct Reference

Detailed Description

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...
 

Field Documentation

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.