TimeBlockItemEntries Property
Get a reference to the collection of individual day and time slots.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketCollectionConverter<TimeNotationItem>))]
[JsonPropertyAttribute(Order = 3)]
public TimeNotationCollection Entries { get; }
<JsonConverterAttribute(GetType(TicketCollectionConverter(Of TimeNotationItem)))>
<JsonPropertyAttribute(Order := 3)>
Public ReadOnly Property Entries As TimeNotationCollection
Get
No code example is currently available or this language may not be supported.
Property Value
TimeNotationCollection