Selerix Developer Tools
FormatDate(DateTime,DateFormat) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > FormatDate Method : FormatDate(DateTime,DateFormat) Method
Returns a formatted date string
Syntax
'Declaration
 
Public Overloads Shared Function FormatDate( _
   ByVal d As Date, _
   ByVal f As Utils.DateFormat _
) As String
'Usage
 
Dim d As Date
Dim f As Utils.DateFormat
Dim value As String
 
value = Utils.FormatDate(d, f)
public static string FormatDate( 
   DateTime d,
   Utils.DateFormat f
)
public function FormatDate( 
    d: DateTime;
    f: Utils.DateFormat
): String; static; 
public static function FormatDate( 
   d : DateTime,
   f : Utils.DateFormat
) : String;
public: static string* FormatDate( 
   DateTime d,
   Utils.DateFormat f
) 
public:
static String^ FormatDate( 
   DateTime d,
   Utils.DateFormat f
) 

Parameters

d
f
See Also

Reference

Utils Class
Utils Members
Overload List