Data Fields
sqldate_s Struct Reference

Detailed Description

A Date object represent a SQL Date value.

Data Fields

int year
 Year, the range is database dependent. More...
 
int month
 Month of the year (0 - 11) More...
 
int day
 Day of the month (1-31) More...
 

Field Documentation

int year

Year, the range is database dependent.

For instance, MySQL's epoch is year 1000

int month

Month of the year (0 - 11)

int day

Day of the month (1-31)

Copyright © Tildeslash Ltd. All rights reserved.