Class ConflictDetector.ConflictTime
Information about start and end time of an appointment to find conflicts for.
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class ConflictDetector.ConflictTime
Constructors
ConflictTime(DateTime, DateTime)
Default constructor for a descriptor for the times to detect conflict for.
Declaration
public ConflictTime(DateTime startTime, DateTime endTime)
Parameters
Type | Name | Description |
---|---|---|
DateTime | startTime | Start time (i.e. both date and time) for the appointment. |
DateTime | endTime | End time (i.e. both date and time) for the appointment. |
Properties
EndTime
Get end time (i.e. both date and time) for the appointment.
Declaration
public DateTime EndTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
StartTime
Get start time (i.e. both date and time) for the appointment.
Declaration
public DateTime StartTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
Methods
ToShortDateTimeString()
Information about start and end time of an appointment to find conflicts for.
Declaration
public string ToShortDateTimeString()
Returns
Type | Description |
---|---|
string |
ToString()
ToString method for debugging
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |