Gets the modification date and time of the specified file.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean GetDateTime(
	SalString sFilename,
	ref SalDateTime dtDateTime
)

Parameters

sFilename
Type: PPJ.Runtime..::..SalString
The name of the file whose modification date you want.
dtDateTime
Type: PPJ.Runtime..::..SalDateTime%
The modification date and time of sFilename.

Return Value

bOk

See Also