Skip to content

T_Aurora_Utils_Time

Anton Pupkov edited this page Aug 9, 2016 · 3 revisions

Time Class

A class for various Time Utilities

Inheritance Hierarchy

System.Object
  Aurora.Utils.Time
Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public static class Time

The Time type exposes the following members.

Methods

 

Name Description
Public methodStatic member GetHours Gets the current hour
Public methodStatic member GetMilliSeconds Get the current milliseconds
Public methodStatic member GetMillisecondsSinceEpoch Gets the milliseconds since the epoch
Public methodStatic member GetMinutes Gets the current minute
Public methodStatic member GetSeconds Gets the current seconds
Public methodStatic member GetSecondsSinceEpoch Gets the seconds since the epoch
Public methodStatic member IsCurrentTimeBetween(Int32, Int32) Determines whether the two specified hour marks are inbetween the current time
Public methodStatic member IsCurrentTimeBetween(TimeSpan, TimeSpan) Determines whether the two specified hour and minute marks are inbetween the current time
Public methodStatic member IsCurrentTimeBetween(Int32, Int32, Int32, Int32) Determines whether the two specified hour and minute marks are inbetween the current time
  Back to Top

See Also

Reference

Aurora.Utils Namespace

Clone this wiki locally