Selerix Developer Tools
GetSafeHarborCode Method






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

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

Form1095CUpstreamDetailType Class
Form1095CUpstreamDetailType Members