Miner.Data.Access Namespace > DataSyntax Class : ToSqlInterval Method |
'Declaration
Public MustOverride Function ToSqlInterval( _ ByVal hours As System.Integer, _ ByVal minute As System.Integer, _ ByVal seconds As System.Integer _ ) As System.String
'Usage
Dim instance As DataSyntax Dim hours As System.Integer Dim minute As System.Integer Dim seconds As System.Integer Dim value As System.String value = instance.ToSqlInterval(hours, minute, seconds)
public abstract System.string ToSqlInterval( System.int hours, System.int minute, System.int seconds )
public function ToSqlInterval( hours: System.Integer; minute: System.Integer; seconds: System.Integer ): System.String; abstract;
public __abstract function ToSqlInterval( hours : System.int, minute : System.int, seconds : System.int ) : System.String;
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