Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::RTime

Overview

[ "protected" ] class RTime extends RType

A simple Time implementation. The long value is the number of milliseconds since the epoch (January 1, 1970).

Used By

api::IConfig::getDatabaseTime
api::IConfig::getServerTime
api::IShare::createShare
api::IShare::getEvents
api::IShare::setExpiration
api::ITimeline::countByPeriod
api::ITimeline::getByPeriod
api::ITimeline::getEventLogsByPeriod
api::JobHandle::jobFinished
api::Search::onlyAnnotatedBetween
api::Search::onlyCreatedBetween
api::Search::onlyModifiedBetween
cmd::FindPyramids::importedAfter
model::DBPatch::finished
model::DBPatch::getFinished
model::DBPatch::setFinished
model::Event::getTime
model::Event::setTime
model::Event::time
model::Image::acquisitionDate
model::Image::getAcquisitionDate
model::Image::setAcquisitionDate
model::Job::finished
model::Job::getFinished
model::Job::getScheduledFor
model::Job::getStarted
model::Job::getSubmitted
model::Job::scheduledFor
model::Job::setFinished
model::Job::setScheduledFor
model::Job::setStarted
model::Job::setSubmitted
model::Job::started
model::Job::submitted
model::Node::down
model::Node::getDown
model::Node::getUp
model::Node::setDown
model::Node::setUp
model::Node::up
model::OriginalFile::atime
model::OriginalFile::ctime
model::OriginalFile::getAtime
model::OriginalFile::getCtime
model::OriginalFile::getMtime
model::OriginalFile::mtime
model::OriginalFile::setAtime
model::OriginalFile::setCtime
model::OriginalFile::setMtime
model::PlateAcquisition::endTime
model::PlateAcquisition::getEndTime
model::PlateAcquisition::getStartTime
model::PlateAcquisition::setEndTime
model::PlateAcquisition::setStartTime
model::PlateAcquisition::startTime
model::Session::closed
model::Session::getClosed
model::Session::getStarted
model::Session::setClosed
model::Session::setStarted
model::Session::started
model::TimestampAnnotation::getTimeValue
model::TimestampAnnotation::setTimeValue
model::TimestampAnnotation::timeValue
model::WellSample::getTimepoint
model::WellSample::setTimepoint
model::WellSample::timepoint
sys::Filter::endTime
sys::Filter::startTime

Operation Index

getValue

Data Member Index

val

Operations

long getValue()

Data Members

long val;


Home Previous Up Next Index