Udostępnij za pośrednictwem


TimeHelpers.ParseSmsTime Method (String)

 

Converts time from string CIM_DATETIME format to a DateTime object.

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

Syntax

public static DateTime ParseSmsTime(
    string time
)
public:
static DateTime ParseSmsTime(
    String^ time
)
Public Shared Function ParseSmsTime (
    time As String
) As Date

Parameters

Return Value

Type: System.DateTime

DateTime representing the same time format.

See Also

TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top