XsltFunctions.MSFormatDateTime(String, String, String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 ms:format-date
和 ms-format-time
Microsoft XPath 擴充程式函式。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::String ^ MSFormatDateTime(System::String ^ dateTime, System::String ^ format, System::String ^ lang, bool isDate);
public static string MSFormatDateTime (string dateTime, string format, string lang, bool isDate);
static member MSFormatDateTime : string * string * string * bool -> string
Public Shared Function MSFormatDateTime (dateTime As String, format As String, lang As String, isDate As Boolean) As String
參數
- dateTime
- String
包含日期/時間資料的字串。
- format
- String
包含格式的字串。
- lang
- String
包含語言的字串。
- isDate
- Boolean
指定日期/時間是否包含日期的布林值。
傳回
包含格式化日期和時間的字串。