Selerix Developer Tools
GetMECYes Method






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

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

Form1094CUpstreamDetailType Class
Form1094CUpstreamDetailType Members