Click or drag to resize

UpdateInfoOperationConvertFileTimeToDateTime Method

Converts a FileTime value to a DateTime object.

Namespace:  Xcalibur.WMI.Updates
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static DateTime ConvertFileTimeToDateTime(
	string fileTime
)

Parameters

fileTime
Type: SystemString
The file time.

Return Value

Type: DateTime
See Also