Share via


TimeHelpers.CurrentTimeAsUnixTime Property

 

Gets the current time as Unix ctime.

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

Syntax

public static long CurrentTimeAsUnixTime { get; }
public:
property long long CurrentTimeAsUnixTime {
    static long long get();
}
Public Shared ReadOnly Property CurrentTimeAsUnixTime As Long

Property Value

Type: System.Int64

See Also

TimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top