Udostępnij za pośrednictwem


TimeHelpers.ParseCTime Method (Int64)

 

Converts time from a CTime object to a DateTime object.

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

Syntax

public static DateTime ParseCTime(
    long time
)
public:
static DateTime ParseCTime(
    long long time
)
Public Shared Function ParseCTime (
    time As Long
) As Date

Parameters

Return Value

Type: System.DateTime

See Also

TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top