im_get_system_julian_date
4-21
4
im_get_system_julian_date
Purpose
This function generates the current date in the Julian Date format, where
each day in the year is numbered from 1 to 365 (or 366 in a leap year).
Syntax
#include "imt209x.h"
void im_get_system_julian_date
(IM_USHORT
digits_in_year,
(IM_CHAR *
julian_date);
IN Parameters
digits_in_year
Number of digits to specify the year: 0, 1, 2, 3, or 4.
OUT Parameters
julian_date Current date in Julian Date format.
Return Value
None.
Example
#include "im209x.h"
void main ()
{
IM_USHORT digitsInYear = 4; //4-digit year
IM_CHAR *juliandate;
im_get_system_julian_date(digitsInYear, juliandate);
printf(“Julian Date is %s\n”, julianDate);
}
Содержание Trakker T2090
Страница 1: ...TRAKKER T2090Batch Hand HeldComputer P N 067212 003 User s Manual ...
Страница 4: ......
Страница 14: ......
Страница 19: ...Getting Started 1 ...
Страница 20: ......
Страница 33: ...User Interface 2 ...
Страница 34: ......
Страница 55: ...Application Development 3 ...
Страница 56: ......
Страница 61: ...Application Functions 4 ...
Страница 62: ......
Страница 127: ...Reader Command Reference 5 ...
Страница 128: ......
Страница 145: ...Configuration Command Reference 6 ...
Страница 146: ......
Страница 187: ...BIOS Support 7 ...
Страница 188: ......
Страница 205: ...Hardware Specifications 8 ...
Страница 206: ......
Страница 212: ......
Страница 213: ...Demo Software A ...
Страница 214: ......
Страница 230: ......
Страница 231: ...Microsoft Visual C C Settings B ...
Страница 232: ......
Страница 234: ...TRAKKER T2090 Hand Held Batch Computer User s Manual B 4 Compiler Options Code Generation Select CPU 80186 80188 ...
Страница 237: ...Full ASCII Charts C ...
Страница 238: ......