Show / Hide Table of Contents

Class ConflictDetector.ConflictTime

Information about start and end time of an appointment to find conflicts for.

Inheritance
object
ConflictDetector.ConflictTime
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.BusinessLogic.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
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top