An NDoc Documented Class Library

Storage.setEndDate Method 

Method: setEndDate

[Visual Basic]
Private Function setEndDate( _ 
   ByVal curdate As Date, _ 
   ByVal daytype As String, _ 
   ByVal holarray As Object _ 
) As Date
[C#]
private DateTime setEndDate(
   DateTime curdate,
   string daytype,
   object holarray
);
[C++]
private: DateTime setEndDate(
   DateTime curdate,
   String* daytype,
   Object* holarray
);
[JScript]
private function setEndDate(
   DateTime curdate,
   String daytype,
   Object holarray
): DateTime;

Parameters

curdate
Current Date
daytype
Type paramter (spot,balmo,month,..)
holarray

Return Value

Date

Remarks

Calculates the ending flow date for a contract tenor

See Also

Storage Class | CommodityStorage.Storage Namespace