Table of Contents

Class EpochMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The message structure that stores information about the datetime of a universe epoch and the time elapsed since started.


public sealed class EpochMessage : Message
Inheritance
EpochMessage

Fields

DateTime

The datetime of the epoch.

[Unit(UnitType.NONE)]
public DateTime DateTime

Field Value

DateTime

Elapsed

Time elapsed since beginning of simulation.

[Unit(UnitType.NONE)]
public TimeSpan Elapsed

Field Value

TimeSpan