FACT++  1.0
uint64_t Time::JavaDate ( ) const
inline

Definition at line 111 of file Time.h.

References _time_format::operator<<, and _time_format::operator>>.

Referenced by StateMachineSmartFACT::EvalOptions(), StateMachineEventServer::Execute(), StateMachineSmartFACT::Execute(), EventImp::GetJavaDate(), StateMachineSmartFACT::Header(), StateMachineSmartFACT::UpdateAstronomy(), and StateMachineSmartFACT::WriteBinaryVec().

111 { return IsValid() ? uint64_t(UnixTime()*1000) : 0; }
double UnixTime() const
Definition: Time.cc:195
bool IsValid() const
Definition: Time.h:90

+ Here is the caller graph for this function: