Class ExperienceTimeChanged
public class ExperienceTimeChanged : Change, IChange
- Inheritance
-
ExperienceTimeChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
ExperienceTimeChanged(Guid, DateTime?, DateTime?)
public ExperienceTimeChanged(Guid experience, DateTime? started, DateTime? stopped)
Parameters
Properties
Experience
public Guid Experience { get; }
Property Value
Started
public DateTime? Started { get; }
Property Value
Stopped
public DateTime? Stopped { get; }