Selerix Developer Tools
GetMECNo Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects.ACA Namespace > Form1094CUpstreamDetailType Class : GetMECNo Method
The month.
Gets the mec no.
Syntax
'Declaration
 
Public Function GetMECNo( _
   ByVal month As Integer _
) As String
'Usage
 
Dim instance As Form1094CUpstreamDetailType
Dim month As Integer
Dim value As String
 
value = instance.GetMECNo(month)
public string GetMECNo( 
   int month
)
public function GetMECNo( 
    month: Integer
): String; 
public function GetMECNo( 
   month : int
) : String;
public: string* GetMECNo( 
   int month
) 
public:
String^ GetMECNo( 
   int month
) 

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

Form1094CUpstreamDetailType Class
Form1094CUpstreamDetailType Members