'Declaration Public Property Year As Integer
'Usage Dim instance As ForceDayOfWeekHoliday Dim value As Integer instance.Year = value value = instance.Year
public int Year {get; set;}
'Declaration Public Property Year As Integer
'Usage Dim instance As ForceDayOfWeekHoliday Dim value As Integer instance.Year = value value = instance.Year
public int Year {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | year is less than the year of DateTime.MinValue( 1 ) or is greater than the year of DateTime.MaxValue( 9999 ). |