class PlanningInterval


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

PlanningInterval (DateTime from, DateTime to)


PlanningInterval (DateTime from, DateTime to, EPlanningMinuteType? type)


Properties

DateTime From { get; set; }


EPlanningMinuteType? IntervalType { get; set; }


List<Int32> SecurityIdentityIds { get; set; }


DateTime To { get; set; }