C# Class System.TimeType

Afficher le fichier Open project: mono/mono Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDst bool
Name string
Offset int

Méthodes publiques

Méthode Description
TimeType ( int offset, bool is_dst, string abbrev ) : System
ToString ( ) : string

Method Details

TimeType() public méthode

public TimeType ( int offset, bool is_dst, string abbrev ) : System
offset int
is_dst bool
abbrev string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsDst public_oe property

public bool IsDst
Résultat bool

Name public_oe property

public string Name
Résultat string

Offset public_oe property

public int Offset
Résultat int