C# 클래스 Felinesoft.UmbracoCodeFirst.DataTypes.BuiltIn.DatePicker

상속: IUmbracoDateDataType
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

공개 메소드들

메소드 설명
Initialise ( System.DateTime dbValue ) : void

Initialises the instance from the db value

Serialise ( ) : System.DateTime

Serialises the instance to the db value

ToString ( ) : string

메소드 상세

Initialise() 공개 메소드

Initialises the instance from the db value
public Initialise ( System.DateTime dbValue ) : void
dbValue System.DateTime
리턴 void

Serialise() 공개 메소드

Serialises the instance to the db value
public Serialise ( ) : System.DateTime
리턴 System.DateTime

ToString() 공개 메소드

public ToString ( ) : string
리턴 string