C# 클래스 CSPspEmu.Hle.Vfs.ScePspDateTime

Date and time.
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Day ushort
Hour ushort
Microsecond uint
Minute ushort
Month ushort
Second ushort
Year ushort

공개 메소드들

메소드 설명
FromDateTime ( System.DateTime DateTime ) : ScePspDateTime
ToDateTime ( ) : System.DateTime
ToString ( ) : string
ToUnixTimestamp ( ) : long

메소드 상세

FromDateTime() 공개 정적인 메소드

public static FromDateTime ( System.DateTime DateTime ) : ScePspDateTime
DateTime System.DateTime
리턴 ScePspDateTime

ToDateTime() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUnixTimestamp() 공개 메소드

public ToUnixTimestamp ( ) : long
리턴 long

프로퍼티 상세

Day 공개적으로 프로퍼티

public ushort Day
리턴 ushort

Hour 공개적으로 프로퍼티

public ushort Hour
리턴 ushort

Microsecond 공개적으로 프로퍼티

public uint Microsecond
리턴 uint

Minute 공개적으로 프로퍼티

public ushort Minute
리턴 ushort

Month 공개적으로 프로퍼티

public ushort Month
리턴 ushort

Second 공개적으로 프로퍼티

public ushort Second
리턴 ushort

Year 공개적으로 프로퍼티

public ushort Year
리턴 ushort