C# Class com.openrest.v1_1.Date

Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
day int?
hour int?
minute int?
month int?
year int?

Méthodes publiques

Méthode Description
Date ( ) : System
Date ( int year, int month, int day, int hour, int minute ) : System

Method Details

Date() public méthode

public Date ( ) : System
Résultat System

Date() public méthode

public Date ( int year, int month, int day, int hour, int minute ) : System
year int
month int
day int
hour int
minute int
Résultat System

Property Details

day public_oe property

public int? day
Résultat int?

hour public_oe property

public int? hour
Résultat int?

minute public_oe property

public int? minute
Résultat int?

month public_oe property

public int? month
Résultat int?

year public_oe property

public int? year
Résultat int?