Public Sub SetDate( _ ByVal Unit As String, _ ByVal Value As String _ )
public void SetDate( string Unit, string Value );
public: void SetDate( String __gc ^ Unit, String __gc ^ Value );
public: HRESULT SetDate( BSTR Unit, BSTR Value );
public void setDate( String Unit, String Value );
def SetDate(self, Unit:str, Value:str) -> None:
IAgDate Interface