C# 클래스 Sharpen.JavaCalendar

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 프로퍼티들

프로퍼티 타입 설명
DATE int
HOUR_OF_DAY int
MILLISECOND int
MINUTE int
MONTH int
SECOND int
WEEK_OF_YEAR int
YEAR int

공개 메소드들

메소드 설명
Add ( int type, int value ) : void
Clone ( ) : JavaCalendar
GetTime ( ) : System.DateTime
JavaCalendar ( ) : System
Set ( int type, int value ) : void
SetTimeInMillis ( long milliseconds ) : void

메소드 상세

Add() 공개 메소드

public Add ( int type, int value ) : void
type int
value int
리턴 void

Clone() 공개 메소드

public Clone ( ) : JavaCalendar
리턴 JavaCalendar

GetTime() 공개 메소드

public GetTime ( ) : System.DateTime
리턴 System.DateTime

JavaCalendar() 공개 메소드

public JavaCalendar ( ) : System
리턴 System

Set() 공개 메소드

public Set ( int type, int value ) : void
type int
value int
리턴 void

SetTimeInMillis() 공개 메소드

public SetTimeInMillis ( long milliseconds ) : void
milliseconds long
리턴 void

프로퍼티 상세

DATE 공개적으로 정적으로 프로퍼티

public static int DATE
리턴 int

HOUR_OF_DAY 공개적으로 정적으로 프로퍼티

public static int HOUR_OF_DAY
리턴 int

MILLISECOND 공개적으로 정적으로 프로퍼티

public static int MILLISECOND
리턴 int

MINUTE 공개적으로 정적으로 프로퍼티

public static int MINUTE
리턴 int

MONTH 공개적으로 정적으로 프로퍼티

public static int MONTH
리턴 int

SECOND 공개적으로 정적으로 프로퍼티

public static int SECOND
리턴 int

WEEK_OF_YEAR 공개적으로 정적으로 프로퍼티

public static int WEEK_OF_YEAR
리턴 int

YEAR 공개적으로 정적으로 프로퍼티

public static int YEAR
리턴 int