Skip to content

Commit

Permalink
ScheduledBell HasValue
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnKiller committed Jan 16, 2024
1 parent 7765f26 commit b5f9757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Anviz.SDK/Responses/ScheduledBell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public enum DayName

public DayName Days { get; set; }

public bool HasValue => Days != 0 && Days != (DayName)255;

public ScheduledBell()
{
Days = 0;
Expand Down

0 comments on commit b5f9757

Please sign in to comment.