Calendar.SecondAsPaddedString(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回第二個字串表示,選擇性地以零填補。
public:
virtual Platform::String ^ SecondAsPaddedString(int minDigits) = SecondAsPaddedString;
winrt::hstring SecondAsPaddedString(int const& minDigits);
public string SecondAsPaddedString(int minDigits);
function secondAsPaddedString(minDigits)
Public Function SecondAsPaddedString (minDigits As Integer) As String
參數
- minDigits
-
Int32
int
要顯示的整數位數下限。 如果第二個沒有足夠整數數位,則會以零填補到正確的數量。 例如,針對第二個 3,1 的參數會傳回 3,而 2 的參數則會傳回 03。
傳回
第二個的字串表示。