Class EventDurationChanged
public class EventDurationChanged : Change, IChange
- Inheritance
-
EventDurationChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
EventDurationChanged(int?, string)
public EventDurationChanged(int? duration, string unit)
Parameters
Properties
Duration
public int? Duration { get; set; }
Property Value
- int?
Unit
public string Unit { get; set; }