Reference: IVEGetCurrTime

Overview

IVEGetCurrTime determines the current time.

Prototype (C)

#include "ive_standards.h"
#include "ive_time.h"
void IVEGetCurrTime(IVETimeValue* p_time);

Prototype (Fortran)

There is no Fortran interface.

Parameters

p_time
*p_time is filled with a representation of the current time.

Side effects

Inclusion of ive_standards.h sets certain feature-set macros. It is safest to include it before any other headers to avoid inconsistent definitions.

Cross references

IVECalcTimeDiff and IVETimeValue


modified May 7, 2002

Eric Branlund (eric@msg.ucsf.edu)