GetDate Method

MCManager API

Returns a formatted date string by the specified format string.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static string GetDate(
	DateTime date,
	string format
)
Visual Basic (Declaration)
Public Shared Function GetDate ( _
	date As DateTime, _
	format As String _
) As String
Visual C++
public:
static String^ GetDate(
	DateTime date, 
	String^ format
)

Parameters

date
Type: System..::.DateTime
Date to convert to a string.
format
Type: System..::.String
Format to convert date by.

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.Utils.StringUtils.GetDate(System.DateTime,System.String)"]

See Also