SNVT_date_cal

Overview:

Date  (year, month, day.) .  This SNVT is obsolete. Use SNVT_time_stamp instead. 

This SNVT is obsolete. Use SNVT_time_stamp instead.


Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 10
Obsolete: yes
Size: 4
Programmatic Name: SNVT_date_cal
Neuron C Type:
Structure
yearYear  (years) .  Zero (0) means year not specified. Minus one (-1) represents NULL date. 
 
unsigned long
Minimum: 0
Maximum: 3000
Invalid: 65535
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
monthMonth  (months) .   
 
unsigned short
Minimum: 0
Maximum: 12
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
dayDay  (days) .   
 
unsigned short
Minimum: 0
Maximum: 31
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_date_cal:  text("%d/%d/%d", year, month, day)

SNVT_date_cal#LO:  text(date(year, month, day))