-
Notifications
You must be signed in to change notification settings - Fork 0
CosmosTime.ClockTime
osexpert edited this page Jul 22, 2023
·
2 revisions
The time as you see on the clock:-)
No info about time zone or anything.
No context.
Backed by a DateTime of Unspecified kind.
public struct ClockTime :
System.IEquatable<CosmosTime.ClockTime>,
System.IComparable<CosmosTime.ClockTime>,
System.IComparable
Implements System.IEquatable<ClockTime>, System.IComparable<ClockTime>, System.IComparable
Constructors | |
---|---|
ClockTime(int, int, int) | TODO |
ClockTime(int, int, int, int, int, int) | TODO |
ClockTime(int, int, int, int, int, int, int) | TODO |
ClockTime(long) | TODO |
ClockTime(DateTime) | TODO |
Fields | |
---|---|
MaxValue | TODO |
MinValue | TODO |
Properties | |
---|---|
ClockDateTime | Kind: always Unpecified |
Date | Date |
LocalNow | TODO |
Ticks | Ticks in Clock time |
TimeOfDay | TimeOfDay |
UtcNow | TODO |
Methods | |
---|---|
AddDays(double) | TODO |
AddHours(double) | TODO |
AddMinutes(double) | TODO |
AddSeconds(double) | TODO |
AddTicks(long) | TODO |
CompareTo(ClockTime) | TODO |
Equals(ClockTime) | TODO |
Equals(object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
Now(TimeZoneInfo) | TODO |
Parse(string) | TODO |
ToString() | TODO |
TryParse(string, ClockTime) | TODO |