C# Class PiStrom.Config.Time

显示文件 Open project: Banasen/PiStrom

Private Properties

Property Type Description

Public Methods

Method Description
Covers ( uint time ) : bool

Checks whether the given time falls into the timespan covered.

Method Details

Covers() public method

Checks whether the given time falls into the timespan covered.
public Covers ( uint time ) : bool
time uint The time (in minutes from 00:00) to check.
return bool