IMetadataServiceFormatDateTime Method  | 
 
            Formats the specified date time value.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxstring FormatDateTime(
	DateTime value,
	string format
)
Function FormatDateTime ( 
	value As DateTime,
	format As String
) As String
String^ FormatDateTime(
	DateTime value, 
	String^ format
)
abstract FormatDateTime : 
        value : DateTime * 
        format : string -> string 
Parameters
- value
 - Type: SystemDateTime
The value. - format
 - Type: SystemString
The format. 
Return Value
Type: 
StringThe formatted value.
Exceptions
See Also