TimeBlockItemEntries Property

Get a reference to the collection of individual day and time slots.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketCollectionConverter<TimeNotationItem>))]
[JsonPropertyAttribute(Order = 3)]
public TimeNotationCollection Entries { get; }

Property Value

TimeNotationCollection

See Also