Expand Minimize
This topic has not yet been rated - Rate this topic

Calendar.MonthAsPaddedNumericString | monthAsPaddedNumericString method

Returns a string representation of the month, optionally zero-padded.

Syntax


var string = calendar.monthAsPaddedNumericString(minDigits);

Parameters

minDigits

Type: Number [JavaScript] | System.Int32 [.NET] | int32 [C++]

The minimum number of integer digits to be displayed. If the month does not have enough integer digits, it will be padded with zeros to the correct amount. For example, for the month 3, a parameter of 1 returns 3, and a parameter of 2 returns 03.

Return value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

A string representation of the month.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Globalization
Windows::Globalization [C++]

Metadata

Windows.winmd

See also

Calendar

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.