public Nullable<int> ByHour { get; set; }
Public Property ByHour As Nullable(Of Integer) Get Set
public: property Nullable<int> ByHour { Nullable<int> get (); void set (Nullable<int> value); }