C# 클래스 ThirdParty.iOS4Unity.NSTimeZone

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Abbreviation ( ) : string
Abbreviation ( System.DateTime date ) : string
FromAbbreviation ( string abbreviation ) : NSTimeZone
FromName ( string name ) : NSTimeZone
FromName ( string name, NSData data ) : NSTimeZone
NSTimeZone ( string name ) : System
ResetSystemTimeZone ( ) : void
SecondsFromGMT ( System.DateTime date ) : int

비공개 메소드들

메소드 설명
NSTimeZone ( ) : System
NSTimeZone ( IntPtr handle ) : System

메소드 상세

Abbreviation() 공개 메소드

public Abbreviation ( ) : string
리턴 string

Abbreviation() 공개 메소드

public Abbreviation ( System.DateTime date ) : string
date System.DateTime
리턴 string

FromAbbreviation() 공개 정적인 메소드

public static FromAbbreviation ( string abbreviation ) : NSTimeZone
abbreviation string
리턴 NSTimeZone

FromName() 공개 정적인 메소드

public static FromName ( string name ) : NSTimeZone
name string
리턴 NSTimeZone

FromName() 공개 정적인 메소드

public static FromName ( string name, NSData data ) : NSTimeZone
name string
data NSData
리턴 NSTimeZone

NSTimeZone() 공개 메소드

public NSTimeZone ( string name ) : System
name string
리턴 System

ResetSystemTimeZone() 공개 정적인 메소드

public static ResetSystemTimeZone ( ) : void
리턴 void

SecondsFromGMT() 공개 메소드

public SecondsFromGMT ( System.DateTime date ) : int
date System.DateTime
리턴 int