Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts time from DateTime to SystemTime.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static SystemTime FromDateTime(
DateTime time
)
public:
static SystemTime FromDateTime(
DateTime time
)
Public Shared Function FromDateTime (
time As Date
) As SystemTime
Parameters
time
Type: System.DateTimeTime, as DateTime.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SystemTime
See Also
SystemTime Structure
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top