C# Class SecureDelete.Schedule.ScheduleTime

Inheritance: ICloneable
Show file 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 property

public DateTime,System EndTime
return System.DateTime

HasEndTime public property

public bool HasEndTime
return bool

RecurenceValue public property

public int RecurenceValue
return int

StartTime public property

public DateTime,System StartTime
return System.DateTime