C# Class tzinfo, iron

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
__reduce__ ( CodeContext context ) : PythonTuple
dst ( object dt ) : timedelta,
fromutc ( datetime, dt ) : object
tzinfo ( ) : System
tzinfo ( [ dict ) : System
tzname ( object dt ) : string
utcoffset ( object dt ) : timedelta,

Method Details

__reduce__() public méthode

public __reduce__ ( CodeContext context ) : PythonTuple
context CodeContext
Résultat PythonTuple

dst() public méthode

public dst ( object dt ) : timedelta,
dt object
Résultat timedelta,

fromutc() public méthode

public fromutc ( datetime, dt ) : object
dt datetime,
Résultat object

tzinfo() public méthode

public tzinfo ( ) : System
Résultat System

tzinfo() public méthode

public tzinfo ( [ dict ) : System
dict [
Résultat System

tzname() public méthode

public tzname ( object dt ) : string
dt object
Résultat string

utcoffset() public méthode

public utcoffset ( object dt ) : timedelta,
dt object
Résultat timedelta,