-
Notifications
You must be signed in to change notification settings - Fork 366
Methods_T_Aurora_Utils_Time
Anton Pupkov edited this page Aug 9, 2016
·
2 revisions
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 |
