C# 클래스 SharpOS.Kernel.Foundation.Time

A universal calendar entry. This can describe a date in any supported calendar type.
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Calendar ICalendar
CurrentTimezone SByte
Day int
DayOfWeek int
DayOfWeekString string
Hour int
Millisecond int
Minute int
Month int
MonthString string
Nanosecond int
Second int
TimezoneString string
Year int

공개 메소드들

메소드 설명
AddSeconds ( int seconds ) : void
Clone ( ) : Time
GetTimeString ( ) : CString8*
Set ( Time other ) : void
Set ( ulong timestamp ) : void
Time ( ) : System
Time ( ulong timestamp ) : System
Time ( ulong timestamp, ICalendar calendar ) : System
ToString ( PString8 str ) : void
Write ( ) : void

메소드 상세

AddSeconds() 공개 메소드

public AddSeconds ( int seconds ) : void
seconds int
리턴 void

Clone() 공개 메소드

public Clone ( ) : Time
리턴 Time

GetTimeString() 공개 메소드

public GetTimeString ( ) : CString8*
리턴 CString8*

Set() 공개 메소드

public Set ( Time other ) : void
other Time
리턴 void

Set() 공개 메소드

public Set ( ulong timestamp ) : void
timestamp ulong
리턴 void

Time() 공개 메소드

public Time ( ) : System
리턴 System

Time() 공개 메소드

public Time ( ulong timestamp ) : System
timestamp ulong
리턴 System

Time() 공개 메소드

public Time ( ulong timestamp, ICalendar calendar ) : System
timestamp ulong
calendar ICalendar
리턴 System

ToString() 공개 메소드

public ToString ( PString8 str ) : void
str PString8
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

Calendar 공개적으로 프로퍼티

public ICalendar Calendar
리턴 ICalendar

CurrentTimezone 공개적으로 프로퍼티

public SByte CurrentTimezone
리턴 SByte

Day 공개적으로 프로퍼티

public int Day
리턴 int

DayOfWeek 공개적으로 프로퍼티

public int DayOfWeek
리턴 int

DayOfWeekString 공개적으로 프로퍼티

public string DayOfWeekString
리턴 string

Hour 공개적으로 프로퍼티

public int Hour
리턴 int

Millisecond 공개적으로 프로퍼티

public int Millisecond
리턴 int

Minute 공개적으로 프로퍼티

public int Minute
리턴 int

Month 공개적으로 프로퍼티

public int Month
리턴 int

MonthString 공개적으로 프로퍼티

public string MonthString
리턴 string

Nanosecond 공개적으로 프로퍼티

public int Nanosecond
리턴 int

Second 공개적으로 프로퍼티

public int Second
리턴 int

TimezoneString 공개적으로 프로퍼티

public string TimezoneString
리턴 string

Year 공개적으로 프로퍼티

public int Year
리턴 int