![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasTuple_PutDateTime
A _tibasDateTime struct that specifies the datetime value to store in the fieldname.Use the tibasTuple_PutDateTime() function to put a specified datetime value in a specified field in a specified tuple.The value field must specofy a tibas_dateTime structure. The _tibasDateTime struct is defined as follows:The members in the _tibas_dateTime struct are defined as follows:
• sec Specifies the time, in seconds, since the UNIX EPOCH time (1970-01-01 00:00:00 +0000).
• nsec Specifies the time, in nanoseconds, since the UNIX EPOCH time (1970-01-01 00:00:00 +0000). This field provides is extra timing information in addition to the number of seconds since the EPOCH time; usually this is set to 0.The following example is taken from the ASOperations.c example program provided with the TIBCO ActiveSpaces distribution.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |