C# Class Sharpen.JavaCalendar

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Свойство Type Description
DATE int
HOUR_OF_DAY int
MILLISECOND int
MINUTE int
MONTH int
SECOND int
WEEK_OF_YEAR int
YEAR int

Méthodes publiques

Méthode Description
Add ( int type, int value ) : void
Clone ( ) : JavaCalendar
GetTime ( ) : System.DateTime
JavaCalendar ( ) : System
Set ( int type, int value ) : void
SetTimeInMillis ( long milliseconds ) : void

Method Details

Add() public méthode

public Add ( int type, int value ) : void
type int
value int
Résultat void

Clone() public méthode

public Clone ( ) : JavaCalendar
Résultat JavaCalendar

GetTime() public méthode

public GetTime ( ) : System.DateTime
Résultat System.DateTime

JavaCalendar() public méthode

public JavaCalendar ( ) : System
Résultat System

Set() public méthode

public Set ( int type, int value ) : void
type int
value int
Résultat void

SetTimeInMillis() public méthode

public SetTimeInMillis ( long milliseconds ) : void
milliseconds long
Résultat void

Property Details

DATE public_oe static_oe property

public static int DATE
Résultat int

HOUR_OF_DAY public_oe static_oe property

public static int HOUR_OF_DAY
Résultat int

MILLISECOND public_oe static_oe property

public static int MILLISECOND
Résultat int

MINUTE public_oe static_oe property

public static int MINUTE
Résultat int

MONTH public_oe static_oe property

public static int MONTH
Résultat int

SECOND public_oe static_oe property

public static int SECOND
Résultat int

WEEK_OF_YEAR public_oe static_oe property

public static int WEEK_OF_YEAR
Résultat int

YEAR public_oe static_oe property

public static int YEAR
Résultat int