Day Instance CollectionSet Item Method
Set an item in the collection
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
protected override void SetItem(
int index,
DayInstance item
)VB
Protected Overrides Sub SetItem (
index As Integer,
item As DayInstance
)C++
protected:
virtual void SetItem(
int index,
DayInstance^ item
) overrideF#
abstract SetItem :
index : int *
item : DayInstance -> unit
override SetItem :
index : int *
item : DayInstance -> unit Parameters
- index Int32
- The index of the item to set
- item DayInstance
- The day instance value to store
Remarks
If the day instance already exists in the collection, it will be moved to the new
position.