'Declaration Public Property ForceMonth As System.Boolean
public System.bool ForceMonth {get; set;}
'Declaration Public Property ForceMonth As System.Boolean
public System.bool ForceMonth {get; set;}
For example, for current date 1997-01-29, set the month to 2.
1) ForceMonth=false, the new date will be 1997-03-01;
2) ForceMonth=true, the new date will be 1997-02-28.