C# Class AnAppADay.TimeManagement.WinApp.RecordEntry

Show file Open project: webiest/Time-Management

Public Properties

Property Type Description
dateTime System.DateTime
procName string
timeSpan System.TimeSpan
title string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

dateTime public property

public DateTime,System dateTime
return System.DateTime

procName public property

public string procName
return string

timeSpan public property

public TimeSpan,System timeSpan
return System.TimeSpan

title public property

public string title
return string