Searched defs:DateTime (Results 1 – 3 of 3) sorted by relevance
27 struct DateTime { struct36 static void GetDateTime(DateTime*); argument
72 char DateTime [20]; member
9525 typedef struct DateTime DateTime; typedef9526 struct DateTime { struct9527 double rJD; /* The julian day number */9528 int Y, M, D; /* Year, month, and day */9529 int h, m; /* Hour and minutes */9530 int tz; /* Timezone offset in minutes */9531 double s; /* Seconds */9532 char validYMD; /* True if Y,M,D are valid */9533 char validHMS; /* True if h,m,s are valid */9534 char validJD; /* True if rJD is valid */[all …]