Split Method (StorageExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The Split() method splits a quantity of an item with given dependent data to a storage location.
| Overload | Description |
|---|---|
| Split(Int32,Int32,Double,Nullable<DateTime>,Nullable<Int32>,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Double>,Nullable<Int32>,Nullable<DateTime>,String) | The Split() method splits a quantity of an item with given dependent data to a storage location. This overload of the method uses the local time of the destination storage entity for the inventory expiry date and time (newExpiryDate parameter). |
| Split(Int32,Int32,Nullable<DateTime>,Double,Nullable<Double>,Nullable<Int32>,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>,String) | The Split() method splits a quantity of an item with given dependent data to a storage location. This overload of the method uses UTC for the inventory expiry date and time (expiryDateUtc parameter). |