SystemTime.ToDateTime Method (SystemTime)
Converts time from SystemTime to DateTime.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static DateTime ToDateTime(
SystemTime time
)
public:
static DateTime ToDateTime(
SystemTime time
)
Public Shared Function ToDateTime (
time As SystemTime
) As Date
Parameters
time
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SystemTimeTime, as SystemTime.
Return Value
Type: System.DateTime
See Also
ToDateTime Overload
SystemTime Structure
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top