DateTime Class

Definition

Line 381 of System.Base/Time.cm

Constructors & Destructor

public nothrow DateTime()
public nothrow DateTime(Date date_)
public nothrow DateTime(Date date_, int secs_)

Member Functions

public inline nothrow Date GetDate() const
public inline nothrow int Hours() const
public inline nothrow int Minutes() const
public inline nothrow int Seconds() const
public nothrow String<char> TimeString() const
public nothrow String<char> ToString()
public nothrow String<char> ToString(bool omitDashes, bool omitColons, bool omitMins, bool omitSecs)

Member Variables

private Date date
private int secs

Constructor& Destructor Details

DateTime Constructor

public nothrow DateTime()

Definition
Line 383 of System.Base/Time.cm


DateTime Constructor

public nothrow DateTime(Date date_)

Definition
Line 386 of System.Base/Time.cm


DateTime Constructor

public nothrow DateTime(Date date_, int secs_)

Definition
Line 389 of System.Base/Time.cm


Member Function Details

GetDate Member Function

public inline nothrow Date GetDate()

Definition
Line 392 of System.Base/Time.cm


Hours Member Function

public inline nothrow int Hours()

Definition
Line 396 of System.Base/Time.cm


Minutes Member Function

public inline nothrow int Minutes()

Definition
Line 400 of System.Base/Time.cm


Seconds Member Function

public inline nothrow int Seconds()

Definition
Line 404 of System.Base/Time.cm


TimeString Member Function

public nothrow String<char> TimeString()

Definition
Line 408 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 424 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString(bool omitDashes, bool omitColons, bool omitMins, bool omitSecs)

Definition
Line 428 of System.Base/Time.cm