TIMESTAMP_STRUCT — contains timestamp data (y,m,d,h,m,s, etc.).
class TIMESTAMP_STRUCT { day; fraction; hour; minute; month; second; year; }
This structure contains timestamp data. For more information, please refer to C Data Types.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.