共用方式為


DateOptions.Lang Property

Gets the language used for date options.

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

Syntax

'Declaration
Public ReadOnly Property Lang As String
    Get
'Usage
Dim instance As DateOptions
Dim value As String

value = instance.Lang
public string Lang { get; }

Property Value

Type: System.String
A string that contains the name of the language that is used for date options.

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace