C# 클래스 CSJ2K.Icc.Types.ICCDateTime

Date Time format for tags
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
size int
wDay short
wHours short
wMinutes short
wMonth short
wSeconds short
wYear short

공개 메소드들

메소드 설명
ICCDateTime ( short year, short month, short day, short hour, short minute, short second ) : System

Construct an ICCDateTime from parts

ToString ( ) : System.String

Return a ICCDateTime representation.

write ( System raf ) : void

Write an ICCDateTime to a file.

비공개 메소드들

메소드 설명
ICCDateTime ( ) : System

메소드 상세

ICCDateTime() 공개 메소드

Construct an ICCDateTime from parts
public ICCDateTime ( short year, short month, short day, short hour, short minute, short second ) : System
year short
month short
day short
hour short
minute short
second short
리턴 System

ToString() 공개 메소드

Return a ICCDateTime representation.
public ToString ( ) : System.String
리턴 System.String

write() 공개 메소드

Write an ICCDateTime to a file.
public write ( System raf ) : void
raf System
리턴 void

프로퍼티 상세

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

public static int size
리턴 int

wDay 공개적으로 프로퍼티

Day datum.
public short wDay
리턴 short

wHours 공개적으로 프로퍼티

Hour datum.
public short wHours
리턴 short

wMinutes 공개적으로 프로퍼티

Minute datum.
public short wMinutes
리턴 short

wMonth 공개적으로 프로퍼티

Month datum.
public short wMonth
리턴 short

wSeconds 공개적으로 프로퍼티

Second datum.
public short wSeconds
리턴 short

wYear 공개적으로 프로퍼티

Year datum.
public short wYear
리턴 short