Click or drag to resize

IGanttDateTimeComplexEntityMember Interface

Complex member used to manage datetime

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Gantt
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IGanttDateTimeComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IGanttDateTimeComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDateTime

Gets or sets the date component of the date/time.

(Date/heure de la contrainte)

Public propertyDateTimeMember

Gets or sets the date component of the date/time.

(Date/heure de la contrainte)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyLongValue
Gets or sets the number of milliseconds corresponding to the date with time.
Public propertyLongValueMember
Gets or sets the number of milliseconds corresponding to the date with time.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also