- year
- [integer]
 - The fiscal year. Values - [-32767, 32767]are generally allowed.
 
- quarter
- [integer / NULL]
 - The fiscal quarter. Values - [1, 4]are allowed.
 
- day
- [integer / "last" / NULL]
 - The day of the quarter. Values - [1, 92]are allowed.
 - If - "last", the last day of the quarter is returned.
 
- hour
- [integer / NULL]
 - The hour. Values - [0, 23]are allowed.
 
- minute
- [integer / NULL]
 - The minute. Values - [0, 59]are allowed.
 
- second
- [integer / NULL]
 - The second. Values - [0, 59]are allowed.
 
- subsecond
- [integer / NULL]
 - The subsecond. If specified, - subsecond_precisionmust also be specified
to determine how to interpret the- subsecond.
 - If using milliseconds, values - [0, 999]are allowed.
 - If using microseconds, values - [0, 999999]are allowed.
 - If using nanoseconds, values - [0, 999999999]are allowed.
 
- ...
- These dots are for future extensions and must be empty. 
- start
- [integer(1) / NULL]
 - The month to start the fiscal year in. 1 = January and 12 = December. - If - NULL, a- startof January will be used.
 
- subsecond_precision
- [character(1) / NULL]
 - The precision to interpret - subsecondas. One of:- "millisecond",- "microsecond", or- "nanosecond".