다음을 통해 공유


DateOptions.GetMonthNamesAbbreviation Method (SimpleDate)

Returns an abbreviated version of the month names used to display the specified date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)> _
Public Function GetMonthNamesAbbreviation ( _
    dt As SimpleDate _
) As String()
'Usage
Dim instance As DateOptions
Dim dt As SimpleDate
Dim returnValue As String()

returnValue = instance.GetMonthNamesAbbreviation(dt)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
public string[] GetMonthNamesAbbreviation(
    SimpleDate dt
)

Parameters

Return Value

Type: []
A string array that contains the abbreviated month names.

See Also

Reference

DateOptions Class

DateOptions Members

GetMonthNamesAbbreviation Overload

Microsoft.SharePoint.Utilities Namespace