BACnet.Ashrae.DaysOfWeek.WithBit C# (CSharp) Метод

WithBit() публичный Метод

public WithBit ( Bits bit, bool set = true ) : DaysOfWeek
bit Bits
set bool
Результат DaysOfWeek
        public DaysOfWeek WithBit(Bits bit, bool set = true)
        {
            return new DaysOfWeek(_bitstring.WithBit((int)bit, set));
        }