次の方法で共有


IFPCLogEntry::LogTime property

Applies to: desktop apps only

The LogTime property gets a Date value (DATE value in C++) that specifies the date and time when the log entry was made. The local time is recorded in the SQL Server Express and Forefront TMG file formats, and the time in Coordinated Universal Time (UTC) is recorded in the W3C extended file format and in ODBC-compliant SQL Server databases.

This property is read-only.

Syntax

HRESULT get_LogTime(
  Date *pdLogTime
);
' Data type: Date

Property LogTime( _
  ByVal pdLogTime As Date _
) As Date

Property value

Date value that specifies the date and time when the log entry was made.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCLogEntry

 

 

Build date: 7/12/2010