C# 클래스 Foobricator.Sources.RandomDate

상속: ISource, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseDate System.DateTime
RangeUp int

공개 메소드들

메소드 설명
GetItem ( ) : object

Random date from the base date to the range. From Foobricator.Sources.ISource

RandomDate ( System.DateTime baseDate, int rangeUp ) : System

메소드 상세

GetItem() 공개 메소드

Random date from the base date to the range. From Foobricator.Sources.ISource
public GetItem ( ) : object
리턴 object

RandomDate() 공개 메소드

public RandomDate ( System.DateTime baseDate, int rangeUp ) : System
baseDate System.DateTime
rangeUp int
리턴 System

프로퍼티 상세

BaseDate 공개적으로 프로퍼티

public DateTime,System BaseDate
리턴 System.DateTime

RangeUp 공개적으로 프로퍼티

public int RangeUp
리턴 int