ServicePRO SDK Help

TimeHelper..::..ConvertWMIDateTime Method

Converts WMI DateTime to System.DateTime format

Namespace:  HelpSTAR.PCL.Common.Helpers
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public static DateTime ConvertWMIDateTime(
	string wmiDate
)
Public Shared Function ConvertWMIDateTime ( _
	wmiDate As String _
) As DateTime

Parameters

wmiDate
Type: String

Return Value

DateTime