icsSpyTime Structure

A structure used by GetRTC and SetRTC to get or set the real-time clock on the neoVI Device.

C/C++ Declare

typedef struct _icsSpyTime
{
    unsigned char sec;
    unsigned char min;
   
unsigned char hour;
    unsigned char day;
    unsigned char year;

}icsSpyTime;

Visual Basic Declares

Visual Basic .NET Declare




C# Declares



Remarks

Item Description
unsigned char sec number of seconds - 0 to 59
unsigned char min number of minutes - 0 to 59
unsigned char hour number of hours - 0 to 23
unsigned char day number of days - 0 to 31
unsigned char year current year - 0 to 100

intrepidcs API Documentation - (C) Copyright 2000-2012 Intrepid Control Systems, Inc.  (www.intrepidcs.com)

Last Updated : Wednesday, August 05, 2009