BACnet.Ashrae.CalendarEntry.DateWrapper.DateWrapper C# (CSharp) Method

DateWrapper() public method

public DateWrapper ( Date item ) : System
item Date
return System
            public DateWrapper(Date item)
            {
                this.Item = item;
            }
CalendarEntry.DateWrapper