[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts an existing time to the SMS cookie time format 2007-01-01 11:11:11.000

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
string 
ToSmsCookieTime(
	
this 
DateTime 
time
)
<
ExtensionAttribute> _
Public 
Shared 
Function 
ToSmsCookieTime ( _
	
time 
As 
DateTime _
) 
As 
String
[
ExtensionAttribute]
public:
static 
String^ 
ToSmsCookieTime(
	
DateTime 
time
)

Parameters

time
DateTime

See Also