public string GetFullTime( int month )
public function GetFullTime( month: Integer ): String;
public function GetFullTime( month : int ) : String;
public: string* GetFullTime( int month )
public: String^ GetFullTime( int month )
'Declaration Public Function GetFullTime( _ ByVal month As Integer _ ) As String
'Declaration
Public Function GetFullTime( _ ByVal month As Integer _ ) As String
'Usage Dim instance As Form1094CUpstreamDetailType Dim month As Integer Dim value As String value = instance.GetFullTime(month)
'Usage
Dim instance As Form1094CUpstreamDetailType Dim month As Integer Dim value As String value = instance.GetFullTime(month)
Form1094CUpstreamDetailType Class Form1094CUpstreamDetailType Members