Click or drag to resize

IGanttDateComplexEntityMember Interface

Complex member used to manage date with time.

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 IGanttDateComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IGanttDateComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDate
Gets or sets the date component of the date/time.
Public propertyDateMember
Gets or sets the date component of the date/time.
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.
Public propertyTime
Gets or sets the time component of the date/time.
Public propertyTimeMember
Gets or sets the time component of the date/time.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also