C# 클래스 System.TimeType

파일 보기 프로젝트 열기: mono/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsDst bool
Name string
Offset int

공개 메소드들

메소드 설명
TimeType ( int offset, bool is_dst, string abbrev ) : System
ToString ( ) : string

메소드 상세

TimeType() 공개 메소드

public TimeType ( int offset, bool is_dst, string abbrev ) : System
offset int
is_dst bool
abbrev string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsDst 공개적으로 프로퍼티

public bool IsDst
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Offset 공개적으로 프로퍼티

public int Offset
리턴 int