Skip to content

SlugEnt/TimeGUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeGuid

TimeGuid is a simple class used to represent a time down to the seconds level in only 3 characters.

Use

        // Create a TimeGuid
        DateTime today = DateTime.Now;
        TimeGuid x = new TimeGuid (today);

        // Create a timeGuid 3 minutes in future.
        TimeGuid x = new TimeGuid (today.AddMinutes (3));

About

Abbreviated Method for Storing times as String Values

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •