C# Class System.TimeType

Datei anzeigen Open project: mono/mono Class Usage Examples

Public Properties

Property Type Description
IsDst bool
Name string
Offset int

Public Methods

Method Description
TimeType ( int offset, bool is_dst, string abbrev ) : System
ToString ( ) : string

Method Details

TimeType() public method

public TimeType ( int offset, bool is_dst, string abbrev ) : System
offset int
is_dst bool
abbrev string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsDst public_oe property

public bool IsDst
return bool

Name public_oe property

public string Name
return string

Offset public_oe property

public int Offset
return int