Share via


BlogMonthQuickLaunch.m_ww field

Specifies the work days in a week.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected m_ww As String
'Usage
Dim value As String

value = Me.m_ww

Me.m_ww = value
protected string m_ww

Remarks

The number “1” is a work day and ”0” is not a work day; for example, "0111110" represents a Monday−Friday work week for a week that starts on Sunday.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace