C# Class Decision.Common.OpenGraph.Structs.OpenGraphHours

A period of time on the specified day.
ファイルを表示 Open project: rabbal/Decision

Public Methods

Method Description
OpenGraphHours ( DayOfWeek day, System.TimeSpan start, System.TimeSpan end ) : System

Initializes a new instance of the OpenGraphHours class.

Method Details

OpenGraphHours() public method

Initializes a new instance of the OpenGraphHours class.
public OpenGraphHours ( DayOfWeek day, System.TimeSpan start, System.TimeSpan end ) : System
day DayOfWeek The day in the week.
start System.TimeSpan The start time of the day. This can be a value from 00:00 to 24:00 hours.
end System.TimeSpan The end time of the day. This can be a value from 00:00 to 24:00 hours.
return System