:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfDateTime ----------- .. class:: WsfDateTime inherits Object WsfDateTime is a utility to represent absolute date and time (see :class:`Calendar`) within the simulation. Methods ======= .. method:: static Calendar CurrentTime() Returns a :class:`Calendar` object representing the current date and time of the simulation. .. method:: static Calendar StartTime() Returns a :class:`Calendar` object representing the starting date and time of the simulation. .. method:: static Calendar SimulationTime(double aSimTime) Returns a :class:`Calendar` object representing the date and time at the specified elapsed simulation time.