Date Class

Definition

Line 268 of System.Base/Time.cm

Constructors & Destructor

public nothrow Date()
public nothrow Date(short year_, Month month_, sbyte day_)

Member Functions

public inline nothrow sbyte Day() const
public inline nothrow Month GetMonth() const
public nothrow String<char> ToString() const
public nothrow String<char> ToString(bool omitDashes) const
public inline nothrow short Year() const

Member Variables

private sbyte day
private Month month
private short year

Constructor& Destructor Details

Date Constructor

public nothrow Date()

Definition
Line 270 of System.Base/Time.cm


Date Constructor

public nothrow Date(short year_, Month month_, sbyte day_)

Definition
Line 273 of System.Base/Time.cm


Member Function Details

Day Member Function

public inline nothrow sbyte Day()

Definition
Line 284 of System.Base/Time.cm


GetMonth Member Function

public inline nothrow Month GetMonth()

Definition
Line 280 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 288 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString(bool omitDashes)

Definition
Line 292 of System.Base/Time.cm


Year Member Function

public inline nothrow short Year()

Definition
Line 276 of System.Base/Time.cm