DateOptions.GetDowLongDateString Method
Returns a string representation of the day of week of 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 GetDowLongDateString ( _
dt As SimpleDate _
) As String
'Usage
Dim instance As DateOptions
Dim dt As SimpleDate
Dim returnValue As String
returnValue = instance.GetDowLongDateString(dt)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
public string GetDowLongDateString(
SimpleDate dt
)
Parameters
dt
Type: Microsoft.SharePoint.Utilities.SimpleDateThe SimpleDate value to evaluate.
Return Value
Type: System.String
A string that contains the day of week.