Miner.Data.Access Namespace > DataSyntax Class : GetTimeSpan Method |
'Declaration
Public MustOverride Function GetTimeSpan( _ ByVal endDateColumnName As System.String, _ ByVal bgnDateColumnName As System.String _ ) As System.String
'Usage
Dim instance As DataSyntax Dim endDateColumnName As System.String Dim bgnDateColumnName As System.String Dim value As System.String value = instance.GetTimeSpan(endDateColumnName, bgnDateColumnName)
public abstract System.string GetTimeSpan( System.string endDateColumnName, System.string bgnDateColumnName )
public function GetTimeSpan( endDateColumnName: System.String; bgnDateColumnName: System.String ): System.String; abstract;
public __abstract function GetTimeSpan( endDateColumnName : System.String, bgnDateColumnName : System.String ) : System.String;
public: abstract System.string* GetTimeSpan( System.string* endDateColumnName, System.string* bgnDateColumnName )
public: abstract System.String^ GetTimeSpan( System.String^ endDateColumnName, System.String^ bgnDateColumnName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2