IMetadataServiceFormatDateTime Method |
Formats the specified date time value.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 DateTime
- The value.
- format String
- The format.
Return Value
StringThe formatted value.
Exceptions
See Also