TextConverter.DaysPerMonth Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property DaysPerMonth As Integer
Get
Set
'Usage
Dim instance As TextConverter
Dim value As Integer
value = instance.DaysPerMonth
instance.DaysPerMonth = value
public int DaysPerMonth { get; set; }
Property Value
Type: System.Int32