SNVT_date_time

Overview:

Time of Day.  (hour, minute, second.) .  This SNVT is obsolete. Use SNVT_time_stamp instead. 

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 12
Obsolete: yes
Size: 3
Programmatic Name: SNVT_date_time
Neuron C Type:
Structure
hourHour  (hours) .  This field uses a 24-hour value. 
 
unsigned short
Minimum: 0
Maximum: 23
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
minuteMinute  (minutes) .   
 
unsigned short
Minimum: 0
Maximum: 59
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
secondSecond  (seconds) .   
 
unsigned short
Minimum: 0
Maximum: 59
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_date_time:  text("%d:%d:%d", hour, minute, second)

SNVT_date_time#LO:  text(time(hour, minute, second))