C# Class AnAppADay.TimeManagement.WinApp.RecordEntry

Datei anzeigen 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_oe property

public DateTime,System dateTime
return System.DateTime

procName public_oe property

public string procName
return string

timeSpan public_oe property

public TimeSpan,System timeSpan
return System.TimeSpan

title public_oe property

public string title
return string