-
Notifications
You must be signed in to change notification settings - Fork 367
T_Aurora_Utils_Time
Anton Pupkov edited this page Aug 9, 2016
·
3 revisions
A class for various Time Utilities
System.Object
Aurora.Utils.Time
Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public static class Time
The Time type exposes the following members.
Name | Description | |
---|---|---|
GetHours | Gets the current hour | |
GetMilliSeconds | Get the current milliseconds | |
GetMillisecondsSinceEpoch | Gets the milliseconds since the epoch | |
GetMinutes | Gets the current minute | |
GetSeconds | Gets the current seconds | |
GetSecondsSinceEpoch | Gets the seconds since the epoch | |
IsCurrentTimeBetween(Int32, Int32) | Determines whether the two specified hour marks are inbetween the current time | |
IsCurrentTimeBetween(TimeSpan, TimeSpan) | Determines whether the two specified hour and minute marks are inbetween the current time | |
IsCurrentTimeBetween(Int32, Int32, Int32, Int32) | Determines whether the two specified hour and minute marks are inbetween the current time |