C# 클래스 Decision.Common.OpenGraph.Structs.OpenGraphHours

A period of time on the specified day.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
OpenGraphHours ( DayOfWeek day, System.TimeSpan start, System.TimeSpan end ) : System

Initializes a new instance of the OpenGraphHours class.

메소드 상세

OpenGraphHours() 공개 메소드

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.
리턴 System