C# Class DDay.iCal.UTCOffset

Inheritance: EncodableDataType, IUTCOffset
显示文件 Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Public Methods

Method Description
CopyFrom ( ICopyable obj ) : void
Equals ( object obj ) : bool
ToLocal ( System.DateTime dt ) : System.DateTime
ToString ( ) : string
ToUTC ( System.DateTime dt ) : System.DateTime
UTCOffset ( ) : System
UTCOffset ( System.TimeSpan ts ) : System
UTCOffset ( string value ) : System

Private Methods

Method Description
Offset ( System.DateTime dt, bool positive ) : System.DateTime

Method Details

CopyFrom() public method

public CopyFrom ( ICopyable obj ) : void
obj ICopyable
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ToLocal() public method

public ToLocal ( System.DateTime dt ) : System.DateTime
dt System.DateTime
return System.DateTime

ToString() public method

public ToString ( ) : string
return string

ToUTC() public method

public ToUTC ( System.DateTime dt ) : System.DateTime
dt System.DateTime
return System.DateTime

UTCOffset() public method

public UTCOffset ( ) : System
return System

UTCOffset() public method

public UTCOffset ( System.TimeSpan ts ) : System
ts System.TimeSpan
return System

UTCOffset() public method

public UTCOffset ( string value ) : System
value string
return System