TimeSpan
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | TimeSpan
constructor protected (declared in ValueType)
constructor
TimeSpan()
init()
TimeSpan()
Sub New()
Parameters:
- aDays:
- aHours:
- aMinutes:
- aSeconds:
Parameters:
- aDays:
- aHours:
- aMinutes:
- aSeconds:
- aMsec:
Parameters:
- aHours:
- aMinutes:
- aSeconds:
constructor (Int64)
constructor(aTotal: Int64)
TimeSpan(Int64 aTotal)
init(_ aTotal: Int64)
TimeSpan(Int64 aTotal)
Sub New(aTotal As Int64)
Parameters:
- aTotal:
Parameters:
- a:
Parameters:
- a:
Days
property Days: Int32 read;
Int32 Days { get; }
var Days: Int32 { get{} }
Int32 Days { __get; }
ReadOnly Property Days() As Int32
Parameters:
- aOther:
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
FromDays
Parameters:
- aValue:
FromHours
Parameters:
- aValue:
FromMilliseconds
Parameters:
- aValue:
FromMinutes
Parameters:
- aValue:
FromSeconds
Parameters:
- aValue:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Hours
property Hours: Int32 read;
Int32 Hours { get; }
var Hours: Int32 { get{} }
Int32 Hours { __get; }
ReadOnly Property Hours() As Int32
MaxValue
class var MaxValue: TimeSpan;
static TimeSpan MaxValue
static var MaxValue: TimeSpan
static TimeSpan MaxValue
Shared FIELD MaxValue() As TimeSpan
Milliseconds
property Milliseconds: Int32 read;
Int32 Milliseconds { get; }
var Milliseconds: Int32 { get{} }
Int32 Milliseconds { __get; }
ReadOnly Property Milliseconds() As Int32
MillisPerDay
const MillisPerDay: Int32 = 86400000;
const Int32 MillisPerDay = 86400000
static let MillisPerDay: Int32 = 86400000
static final Int32 MillisPerDay = 86400000
Dim MillisPerDay As Int32 = 86400000
MillisPerHour
const MillisPerHour: Int32 = 3600000;
const Int32 MillisPerHour = 3600000
static let MillisPerHour: Int32 = 3600000
static final Int32 MillisPerHour = 3600000
Dim MillisPerHour As Int32 = 3600000
MillisPerMinute
const MillisPerMinute: Int32 = 60000;
const Int32 MillisPerMinute = 60000
static let MillisPerMinute: Int32 = 60000
static final Int32 MillisPerMinute = 60000
Dim MillisPerMinute As Int32 = 60000
MillisPerSecond
const MillisPerSecond: Int32 = 1000;
const Int32 MillisPerSecond = 1000
static let MillisPerSecond: Int32 = 1000
static final Int32 MillisPerSecond = 1000
Dim MillisPerSecond As Int32 = 1000
Minutes
property Minutes: Int32 read;
Int32 Minutes { get; }
var Minutes: Int32 { get{} }
Int32 Minutes { __get; }
ReadOnly Property Minutes() As Int32
MinValue
class var MinValue: TimeSpan;
static TimeSpan MinValue
static var MinValue: TimeSpan
static TimeSpan MinValue
Shared FIELD MinValue() As TimeSpan
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Seconds
property Seconds: Int32 read;
Int32 Seconds { get; }
var Seconds: Int32 { get{} }
Int32 Seconds { __get; }
ReadOnly Property Seconds() As Int32
Ticks
property Ticks: Int64 read;
Int64 Ticks { get; }
var Ticks: Int64 { get{} }
Int64 Ticks { __get; }
ReadOnly Property Ticks() As Int64
TicksPerDay
const TicksPerDay: Int64 = 864000000000;
const Int64 TicksPerDay = 864000000000
static let TicksPerDay: Int64 = 864000000000
static final Int64 TicksPerDay = 864000000000
Dim TicksPerDay As Int64 = 864000000000
TicksPerHour
const TicksPerHour: Int64 = 36000000000;
const Int64 TicksPerHour = 36000000000
static let TicksPerHour: Int64 = 36000000000
static final Int64 TicksPerHour = 36000000000
Dim TicksPerHour As Int64 = 36000000000
TicksPerMillisecond
const TicksPerMillisecond: Int64 = 10000;
const Int64 TicksPerMillisecond = 10000
static let TicksPerMillisecond: Int64 = 10000
static final Int64 TicksPerMillisecond = 10000
Dim TicksPerMillisecond As Int64 = 10000
TicksPerMinute
const TicksPerMinute: Int64 = 600000000;
const Int64 TicksPerMinute = 600000000
static let TicksPerMinute: Int64 = 600000000
static final Int64 TicksPerMinute = 600000000
Dim TicksPerMinute As Int64 = 600000000
TicksPerSecond
const TicksPerSecond: Int64 = 10000000;
const Int64 TicksPerSecond = 10000000
static let TicksPerSecond: Int64 = 10000000
static final Int64 TicksPerSecond = 10000000
Dim TicksPerSecond As Int64 = 10000000
ToString override virtual
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
TotalDays
property TotalDays: Double read;
Double TotalDays { get; }
var TotalDays: Double { get{} }
Double TotalDays { __get; }
ReadOnly Property TotalDays() As Double
TotalHours
property TotalHours: Double read;
Double TotalHours { get; }
var TotalHours: Double { get{} }
Double TotalHours { __get; }
ReadOnly Property TotalHours() As Double
TotalMilliseconds
property TotalMilliseconds: Double read;
Double TotalMilliseconds { get; }
var TotalMilliseconds: Double { get{} }
Double TotalMilliseconds { __get; }
ReadOnly Property TotalMilliseconds() As Double
TotalMinutes
property TotalMinutes: Double read;
Double TotalMinutes { get; }
var TotalMinutes: Double { get{} }
Double TotalMinutes { __get; }
ReadOnly Property TotalMinutes() As Double
TotalSeconds
property TotalSeconds: Double read;
Double TotalSeconds { get; }
var TotalSeconds: Double { get{} }
Double TotalSeconds { __get; }
ReadOnly Property TotalSeconds() As Double
Zero
MillisPerDay
const MillisPerDay: Int32 = 86400000;
const Int32 MillisPerDay = 86400000
static let MillisPerDay: Int32 = 86400000
static final Int32 MillisPerDay = 86400000
Dim MillisPerDay As Int32 = 86400000
MillisPerHour
const MillisPerHour: Int32 = 3600000;
const Int32 MillisPerHour = 3600000
static let MillisPerHour: Int32 = 3600000
static final Int32 MillisPerHour = 3600000
Dim MillisPerHour As Int32 = 3600000
MillisPerMinute
const MillisPerMinute: Int32 = 60000;
const Int32 MillisPerMinute = 60000
static let MillisPerMinute: Int32 = 60000
static final Int32 MillisPerMinute = 60000
Dim MillisPerMinute As Int32 = 60000
MillisPerSecond
const MillisPerSecond: Int32 = 1000;
const Int32 MillisPerSecond = 1000
static let MillisPerSecond: Int32 = 1000
static final Int32 MillisPerSecond = 1000
Dim MillisPerSecond As Int32 = 1000
TicksPerDay
const TicksPerDay: Int64 = 864000000000;
const Int64 TicksPerDay = 864000000000
static let TicksPerDay: Int64 = 864000000000
static final Int64 TicksPerDay = 864000000000
Dim TicksPerDay As Int64 = 864000000000
TicksPerHour
const TicksPerHour: Int64 = 36000000000;
const Int64 TicksPerHour = 36000000000
static let TicksPerHour: Int64 = 36000000000
static final Int64 TicksPerHour = 36000000000
Dim TicksPerHour As Int64 = 36000000000
TicksPerMillisecond
const TicksPerMillisecond: Int64 = 10000;
const Int64 TicksPerMillisecond = 10000
static let TicksPerMillisecond: Int64 = 10000
static final Int64 TicksPerMillisecond = 10000
Dim TicksPerMillisecond As Int64 = 10000
TicksPerMinute
const TicksPerMinute: Int64 = 600000000;
const Int64 TicksPerMinute = 600000000
static let TicksPerMinute: Int64 = 600000000
static final Int64 TicksPerMinute = 600000000
Dim TicksPerMinute As Int64 = 600000000
TicksPerSecond
MaxValue
class var MaxValue: TimeSpan;
static TimeSpan MaxValue
static var MaxValue: TimeSpan
static TimeSpan MaxValue
Shared FIELD MaxValue() As TimeSpan
MinValue
class var MinValue: TimeSpan;
static TimeSpan MinValue
static var MinValue: TimeSpan
static TimeSpan MinValue
Shared FIELD MinValue() As TimeSpan
Zero
Days
property Days: Int32 read;
Int32 Days { get; }
var Days: Int32 { get{} }
Int32 Days { __get; }
ReadOnly Property Days() As Int32
Hours
property Hours: Int32 read;
Int32 Hours { get; }
var Hours: Int32 { get{} }
Int32 Hours { __get; }
ReadOnly Property Hours() As Int32
Milliseconds
property Milliseconds: Int32 read;
Int32 Milliseconds { get; }
var Milliseconds: Int32 { get{} }
Int32 Milliseconds { __get; }
ReadOnly Property Milliseconds() As Int32
Minutes
property Minutes: Int32 read;
Int32 Minutes { get; }
var Minutes: Int32 { get{} }
Int32 Minutes { __get; }
ReadOnly Property Minutes() As Int32
Seconds
property Seconds: Int32 read;
Int32 Seconds { get; }
var Seconds: Int32 { get{} }
Int32 Seconds { __get; }
ReadOnly Property Seconds() As Int32
Ticks
property Ticks: Int64 read;
Int64 Ticks { get; }
var Ticks: Int64 { get{} }
Int64 Ticks { __get; }
ReadOnly Property Ticks() As Int64
TotalDays
property TotalDays: Double read;
Double TotalDays { get; }
var TotalDays: Double { get{} }
Double TotalDays { __get; }
ReadOnly Property TotalDays() As Double
TotalHours
property TotalHours: Double read;
Double TotalHours { get; }
var TotalHours: Double { get{} }
Double TotalHours { __get; }
ReadOnly Property TotalHours() As Double
TotalMilliseconds
property TotalMilliseconds: Double read;
Double TotalMilliseconds { get; }
var TotalMilliseconds: Double { get{} }
Double TotalMilliseconds { __get; }
ReadOnly Property TotalMilliseconds() As Double
TotalMinutes
property TotalMinutes: Double read;
Double TotalMinutes { get; }
var TotalMinutes: Double { get{} }
Double TotalMinutes { __get; }
ReadOnly Property TotalMinutes() As Double
TotalSeconds
FromDays
Parameters:
- aValue:
FromHours
Parameters:
- aValue:
FromMilliseconds
Parameters:
- aValue:
FromMinutes
Parameters:
- aValue:
FromSeconds
Parameters:
- aValue:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
TimeSpan()
init()
TimeSpan()
Sub New()
Parameters:
- aDays:
- aHours:
- aMinutes:
- aSeconds:
Parameters:
- aDays:
- aHours:
- aMinutes:
- aSeconds:
- aMsec:
Parameters:
- aHours:
- aMinutes:
- aSeconds:
constructor (Int64)
constructor(aTotal: Int64)
TimeSpan(Int64 aTotal)
init(_ aTotal: Int64)
TimeSpan(Int64 aTotal)
Sub New(aTotal As Int64)
Parameters:
- aTotal:
Parameters:
- a:
Parameters:
- a:
Parameters:
- aOther:
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString override virtual