[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts a CTime to a DateTime

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
DateTime 
ParseCTime(
	
long 
time
)
Public 
Shared 
Function 
ParseCTime ( _
	
time 
As 
Long _
) 
As 
DateTime
public:
static 
DateTime 
ParseCTime(
	
long long 
time
)

Parameters

time
Int64

See Also