BACnet.Ashrae.ReadRangeRequest.RangeType.NewByTime C# (CSharp) Method

NewByTime() public static method

public static NewByTime ( DateAndTime referenceTime, int count ) : RangeType
referenceTime DateAndTime
count int
return RangeType
            public static RangeType NewByTime(DateAndTime referenceTime, int count)
            {
                return new ByTime(referenceTime, count);
            }