C# Class SecureDelete.Schedule.ScheduleTime

Inheritance: ICloneable
显示文件 Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
EndTime System.DateTime
HasEndTime bool
RecurenceValue int
StartTime System.DateTime

Public Methods

Method Description
Clone ( ) : object
ScheduleTime ( ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

ScheduleTime() public method

public ScheduleTime ( ) : System
return System

Property Details

EndTime public_oe property

public DateTime,System EndTime
return System.DateTime

HasEndTime public_oe property

public bool HasEndTime
return bool

RecurenceValue public_oe property

public int RecurenceValue
return int

StartTime public_oe property

public DateTime,System StartTime
return System.DateTime